Re-indent.
This commit is contained in:
parent
05b55446da
commit
03e5751102
@ -177,7 +177,7 @@ char *strchr (), *strrchr (), *strtok ();
|
|||||||
* --Nekral */
|
* --Nekral */
|
||||||
#define SYSLOG(x) \
|
#define SYSLOG(x) \
|
||||||
do { \
|
do { \
|
||||||
char *old_locale = setlocale(LC_ALL, NULL); \
|
char *old_locale = setlocale (LC_ALL, NULL); \
|
||||||
char *saved_locale = NULL; \
|
char *saved_locale = NULL; \
|
||||||
if (NULL != old_locale) { \
|
if (NULL != old_locale) { \
|
||||||
saved_locale = strdup (old_locale); \
|
saved_locale = strdup (old_locale); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user