diff options
author | rubidium <rubidium@openttd.org> | 2008-04-18 04:37:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-18 04:37:06 +0000 |
commit | 9d8fa486af824039fae197212d83365242511da5 (patch) | |
tree | 31dd8caca4df193a4a2d7a3cd1ef2974e1a2b5a0 /src/strgen | |
parent | 6daaf0fc5565599f9c87b431a69cdcbb91ed74ac (diff) | |
download | openttd-9d8fa486af824039fae197212d83365242511da5.tar.xz |
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
Diffstat (limited to 'src/strgen')
-rw-r--r-- | src/strgen/strgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 7ace1f1ea..ca151755d 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -777,7 +777,7 @@ static bool CheckCommandsMatch(char *a, char *b, const char *name) static void HandleString(char *str, bool master) { - char *s,*t; + char *s, *t; LangString *ent; char *casep; |