Re-indent.

This commit is contained in:
nekral-guest 2011-09-18 20:44:09 +00:00
parent 05b55446da
commit 03e5751102

View File

@ -177,7 +177,7 @@ char *strchr (), *strrchr (), *strtok ();
* --Nekral */
#define SYSLOG(x) \
do { \
char *old_locale = setlocale(LC_ALL, NULL); \
char *old_locale = setlocale (LC_ALL, NULL); \
char *saved_locale = NULL; \
if (NULL != old_locale) { \
saved_locale = strdup (old_locale); \