(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.

This commit is contained in:
rubidium
2008-04-18 04:37:06 +00:00
parent d2b55e7afd
commit ca1f8fbe2e
33 changed files with 70 additions and 70 deletions

View File

@@ -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;