(svn r17701) -Codechange: don't start line with a space if it's not inside comment
This commit is contained in:
@@ -312,7 +312,7 @@ void IConsoleVarHookAdd(const char *name, IConsoleHookTypes type, IConsoleHook *
|
||||
_base = item_new; \
|
||||
} else { \
|
||||
item_before->next = item_new; \
|
||||
} \
|
||||
} \
|
||||
\
|
||||
item_new->next = item; \
|
||||
/* END - Alphabetical insert */ \
|
||||
|
Reference in New Issue
Block a user