From: Marco Peereboom Date: Thu, 22 Jan 2009 18:29:46 +0000 (+0000) Subject: remove some stray carriage returns X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=baebde8cfd12768a4c420b71bbc83c44ad29016d;p=spectrwm.git remove some stray carriage returns --- diff --git a/scrotwm.c b/scrotwm.c index 7bf77c4..d1e0e72 100644 --- 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) {