JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove some stray carriage returns
authorMarco Peereboom <marco@conformal.com>
Thu, 22 Jan 2009 18:29:46 +0000 (18:29 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 22 Jan 2009 18:29:46 +0000 (18:29 +0000)
scrotwm.c

index 7bf77c4..d1e0e72 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -194,7 +194,6 @@ struct swm_region {
 }; 
 TAILQ_HEAD(swm_region_list, swm_region);
 
-
 struct ws_win {
        TAILQ_ENTRY(ws_win)     entry;
        Window                  id;
@@ -786,7 +785,6 @@ spawn(struct swm_region *r, union arg *args)
        wait(0);
 }
 
-
 void
 spawnmenu(struct swm_region *r, union arg *args)
 {
@@ -1107,7 +1105,6 @@ stack_floater(struct ws_win *win, struct swm_region *r)
        XConfigureWindow(display, win->id, mask, &wc);
 }
 
-
 void
 vertical_config(struct workspace *ws, int id)
 {
@@ -1211,7 +1208,6 @@ vertical_stack(struct workspace *ws, struct swm_geometry *g) {
                focus_win(winfocus); /* has to be done outside of the loop */
 }
 
-
 void
 horizontal_config(struct workspace *ws, int id)
 {