From ca1f8fbe2ed1a9ba1b963d2d09eef074cc54c498 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Apr 2008 04:37:06 +0000 Subject: (svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators. --- src/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget.cpp') diff --git a/src/widget.cpp b/src/widget.cpp index 38bfe98d3..ae70a2e31 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -86,7 +86,7 @@ void ScrollbarClickHandler(Window *w, const Widget *wi, int x, int y) default: NOT_REACHED(); } - if (pos <= mi+9) { + if (pos <= mi + 9) { /* Pressing the upper button? */ w->flags4 |= WF_SCROLL_UP; if (_scroller_click_timeout == 0) { -- cgit v1.2.3-54-g00ecf