From 03e57511029acfa14cce2bd44282e7c421a2f25e Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 18 Sep 2011 20:44:09 +0000 Subject: [PATCH] Re-indent. --- lib/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/defines.h b/lib/defines.h index adf6c20d..62bd73e5 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -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); \