diff src/main_gui.cpp @ 10642:29bc871ff8d1 draft

(svn r14944) -Cleanup: add spaces around some operators
author rubidium <rubidium@openttd.org>
date Fri, 09 Jan 2009 22:56:28 +0000
parents 5e0fb429b3ae
children a4e5b5d2837c
line wrap: on
line diff
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -180,7 +180,7 @@
 		if ((in && vp->zoom == ZOOM_LVL_MIN) || (!in && vp->zoom == ZOOM_LVL_MAX))
 			return;
 
-		Point pt = GetTileZoomCenterWindow(in,w);
+		Point pt = GetTileZoomCenterWindow(in, w);
 		if (pt.x != -1) {
 			ScrollWindowTo(pt.x, pt.y, w, true);