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/tree_cmd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tree_cmd.cpp') diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp index 085eea223..3b537478b 100644 --- a/src/tree_cmd.cpp +++ b/src/tree_cmd.cpp @@ -431,7 +431,8 @@ CommandCost CmdPlantTree(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 } } cost.AddCost(_price[PR_BUILD_TREES]); - } break; + break; + } default: msg = STR_ERROR_SITE_UNSUITABLE; -- cgit v1.2.3-70-g09d2