JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Silly mcbride spacing *
[spectrwm.git] / scrotwm.c
index ddcfbab..b86d93e 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -67,7 +67,7 @@
 #include <X11/Xproto.h>
 #include <X11/Xutil.h>
 
-#define SWM_DEBUG
+/* #define SWM_DEBUG */
 #ifdef SWM_DEBUG
 #define DPRINTF(x...)          do { if (swm_debug) fprintf(stderr, x); } while(0)
 #define DNPRINTF(n,x...)       do { if (swm_debug & n) fprintf(stderr, x); } while(0)
@@ -495,7 +495,7 @@ configurenotify(XEvent *e)
 void
 destroynotify(XEvent *e)
 {
-       size_t                   sz;
+       size_t                  sz;
        struct ws_win           *win;
        XDestroyWindowEvent     *ev = &e->xdestroywindow;