diff src/graph_gui.cpp @ 15618:e4640748f223 draft

(svn r20281) -Codechange: unify case scope closure + break coding style
author rubidium <rubidium@openttd.org>
date Sun, 01 Aug 2010 18:53:30 +0000 (2010-08-01)
parents 683f2dbe75bb
children f8e9a3f0c140
line wrap: on
line diff
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -1002,7 +1002,8 @@
 				}
 				this->UpdateLoweredWidgets();
 				this->SetDirty();
-			} break;
+				break;
+			}
 
 			default:
 				if (widget >= CPW_CARGO_FIRST) {