From 073225cc6903924869d463a1014860a78f73b008 Mon Sep 17 00:00:00 2001 From: oga Date: Mon, 19 May 2008 18:53:09 +0000 Subject: General cleanup. ok okan@. --- kbfunc.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kbfunc.c') diff --git a/kbfunc.c b/kbfunc.c index 6f7a881..af2fc76 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: kbfunc.c,v 1.26 2008/05/19 17:24:19 okan Exp $ + * $Id: kbfunc.c,v 1.27 2008/05/19 18:53:09 oga Exp $ */ #include @@ -46,9 +46,9 @@ kbfunc_client_raise(struct client_ctx *cc, void *arg) void kbfunc_moveresize(struct client_ctx *cc, void *arg) { - struct screen_ctx *sc = screen_current(); - int x,y,flags,amt; - u_int mx,my; + struct screen_ctx *sc = screen_current(); + int x, y, flags, amt; + u_int mx, my; mx = my = 0; @@ -57,7 +57,7 @@ kbfunc_moveresize(struct client_ctx *cc, void *arg) if (flags & CWM_BIGMOVE) { flags -= CWM_BIGMOVE; - amt = amt*10; + amt = amt * 10; } switch (flags & movemask) { @@ -115,9 +115,9 @@ kbfunc_moveresize(struct client_ctx *cc, void *arg) void kbfunc_client_search(struct client_ctx *scratch, void *arg) { - struct menu_q menuq; - struct client_ctx *cc, *old_cc = client_current(); - struct menu *mi; + struct menu_q menuq; + struct client_ctx *cc, *old_cc = client_current(); + struct menu *mi; TAILQ_INIT(&menuq); @@ -149,9 +149,9 @@ kbfunc_client_search(struct client_ctx *scratch, void *arg) void kbfunc_menu_search(struct client_ctx *scratch, void *arg) { - struct menu_q menuq; - struct menu *mi; - struct cmd *cmd; + struct menu_q menuq; + struct menu *mi; + struct cmd *cmd; TAILQ_INIT(&menuq); -- cgit v1.2.3-2-gb3c3