]> Dogcows Code - chaz/openbox/blobdiff - tools/kdetrayproxy/kdetrayproxy.c
yay no tabs in the source
[chaz/openbox] / tools / kdetrayproxy / kdetrayproxy.c
index d2de3017432e7c4198414c7e1001fed5974de004..00f2d248359cf3f710a1ad468641d86f7963397d 100644 (file)
@@ -223,9 +223,9 @@ Window findclient(Window win)
 
   /* try me */
   XGetWindowProperty(display, win, state, 0, 1,
-                    False, state, &ret_type, &ret_format,
-                    &ret_items, &ret_bytesleft,
-                    (unsigned char**) &prop_return); 
+                     False, state, &ret_type, &ret_format,
+                     &ret_items, &ret_bytesleft,
+                     (unsigned char**) &prop_return); 
   if (ret_type == None || ret_items < 1)
     return None;
   return win; /* found it! */
This page took 0.02091 seconds and 4 git commands to generate.