From e356cb94050797cccbf05b3a411105528da8ee90 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 1 Aug 2010 18:53:30 +0000 Subject: (svn r20281) -Codechange: unify case scope closure + break coding style --- src/window.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index a0e1c4c54..d6e93ca5f 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -2724,7 +2724,8 @@ void RelocateAllWindows(int neww, int newh) } else { if (top < 0) top = 0; } - } break; + break; + } } if (w->viewport != NULL) { -- cgit v1.2.3-54-g00ecf