src/window.cpp
changeset 6988 76eba6a9cc6f
parent 6987 b0f13039bda2
child 7028 bca7019b2210
--- a/src/window.cpp	Wed Apr 18 22:10:36 2007 +0000
+++ b/src/window.cpp	Wed Apr 18 22:41:53 2007 +0000
@@ -823,7 +823,7 @@
 			case WDP_ALIGN_TBR: { /* Align the right side with the top toolbar */
 				w = FindWindowById(WC_MAIN_TOOLBAR, 0);
 				pt.x = (w->left + w->width) - desc->width;
-			}	break;
+			} break;
 			case WDP_ALIGN_TBL: /* Align the left side with the top toolbar */
 				pt.x = FindWindowById(WC_MAIN_TOOLBAR, 0)->left;
 				break;