From d964939cd7d1e1c94d37d8b3d31222044fdbd53b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 17 Jul 2003 17:15:20 +0000 Subject: Whoops, fix indentation of rev 1.12. --- zwgc/xcut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zwgc') diff --git a/zwgc/xcut.c b/zwgc/xcut.c index 16c182a..cadfc3d 100644 --- a/zwgc/xcut.c +++ b/zwgc/xcut.c @@ -245,8 +245,8 @@ void xcut(dpy,event,desc_context) } else if ((event->xbutton.button==Button4 || event->xbutton.button==Button5) && !get_bool_resource("scrollDelete","ScrollDelete",0)) { - /* Ignore scroll wheel movement. */ - break; + /* Ignore scroll wheel movement. */ + break; } else if ( (event->xbutton.state)&ShiftMask ) { if (event->xbutton.button==Button1) { if (selecting_in) -- cgit v1.2.3