From 2dc558929088ec99f403e84305fad72cafe2fa08 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Apr 2007 22:41:53 +0000 Subject: (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces. --- src/main_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main_gui.cpp') diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 7c65218a5..4cf2c5a42 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -89,7 +89,7 @@ void HandleOnEditText(const char *str) } else { NetworkServer_HandleChat(NETWORK_ACTION_GIVE_MONEY, DESTTYPE_TEAM, id, msg, NETWORK_SERVER_INDEX); } - } break; + } break; #endif /* ENABLE_NETWORK */ default: NOT_REACHED(); } -- cgit v1.2.3-54-g00ecf