changeset 1481:1ad57598f9cb

Source code cleanups.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 22 Dec 2011 13:18:18 +0000
parents 559f434dcfbd
children dd584f431f9f
files gtk/dw.c gtk3/dw.c
diffstat 2 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Thu Dec 22 12:20:52 2011 +0000
+++ b/gtk/dw.c	Thu Dec 22 13:18:18 2011 +0000
@@ -10164,10 +10164,10 @@
       XEvent notify_xevent, xevent = {0};
 
       if(!extents_atom)
-	   {
-	      const char *extents_name = "_NET_FRAME_EXTENTS";
-	      extents_atom = gdk_x11_get_xatom_by_name_for_display(display, extents_name);
-	   }
+      {
+         const char *extents_name = "_NET_FRAME_EXTENTS";
+         extents_atom = gdk_x11_get_xatom_by_name_for_display(display, extents_name);
+      }
 
       xevent.xclient.type = ClientMessage;
       xevent.xclient.message_type = extents_request_atom;
@@ -10177,7 +10177,7 @@
 
       /* Send the property request */
       XSendEvent(xdisplay, xroot_window, False,
-		          (SubstructureRedirectMask | SubstructureNotifyMask),
+                (SubstructureRedirectMask | SubstructureNotifyMask),
                 &xevent);
       
       /* Record the request time */
--- a/gtk3/dw.c	Thu Dec 22 12:20:52 2011 +0000
+++ b/gtk3/dw.c	Thu Dec 22 13:18:18 2011 +0000
@@ -8550,10 +8550,10 @@
       XEvent notify_xevent, xevent = {0};
 
       if(!extents_atom)
-	   {
-	      const char *extents_name = "_NET_FRAME_EXTENTS";
-	      extents_atom = gdk_x11_get_xatom_by_name_for_display(display, extents_name);
-	   }
+      {
+         const char *extents_name = "_NET_FRAME_EXTENTS";
+         extents_atom = gdk_x11_get_xatom_by_name_for_display(display, extents_name);
+      }
 
       xevent.xclient.type = ClientMessage;
       xevent.xclient.message_type = extents_request_atom;
@@ -8563,7 +8563,7 @@
 
       /* Send the property request */
       XSendEvent(xdisplay, xroot_window, False,
-		          (SubstructureRedirectMask | SubstructureNotifyMask),
+                (SubstructureRedirectMask | SubstructureNotifyMask),
                 &xevent);
 
       /* Record the request time */