]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/moveresizeto.c
remove trailing whitespace
[chaz/openbox] / openbox / actions / moveresizeto.c
index 0f339e86166fc4034092b855423e94e8bb138b82..046a7b809f627382b3f312f2680423ffae00c5d1 100644 (file)
@@ -130,7 +130,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
 
         /* get the client's size back */
         w -= c->frame->size.left + c->frame->size.right;
-        h -= c->frame->size.top + c->frame->size.bottom;        
+        h -= c->frame->size.top + c->frame->size.bottom;
 
         frame_frame_gravity(c->frame, &x, &y); /* get the client coords */
         client_try_configure(c, &x, &y, &w, &h, &lw, &lh, TRUE);
This page took 0.020673 seconds and 4 git commands to generate.