]> git.sur5r.net Git - i3/i3/commitdiff
sighandler: last little style fixes
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 3 Jan 2010 21:07:39 +0000 (22:07 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 3 Jan 2010 21:07:39 +0000 (22:07 +0100)
src/sighandler.c

index 61a3e1298f285853fec54843a363e8a96182ddd5..b013c60d8c21f2be05b1f4caa78aebad00a542b7 100644 (file)
@@ -78,7 +78,6 @@ static int sig_draw_window(xcb_connection_t *conn, xcb_window_t win, int width,
         return 1;
 }
 
-
 /*
  * Handles keypresses of 'e' or 'r' to exit or restart i3
  *
@@ -116,8 +115,8 @@ static xcb_window_t open_input_window(xcb_connection_t *conn, Rect screen_rect,
         values[1] = 1;
 
         /* center each popup on the specified screen */
-        uint32_t x = screen_rect.x + ((screen_rect.width / 2) - (width/2)),
-                 y = screen_rect.y + ((screen_rect.height / 2) - (height/2));
+        uint32_t x = screen_rect.x + ((screen_rect.width / 2) - (width / 2)),
+                 y = screen_rect.y + ((screen_rect.height / 2) - (height / 2));
 
         xcb_create_window(conn,
                         XCB_COPY_FROM_PARENT,