]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Re-indent.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 20:44:09 +0000 (20:44 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 20:44:09 +0000 (20:44 +0000)
lib/defines.h

index adf6c20d72cad5673337fe71e00845617b10b73e..62bd73e5fa93c7b6174d01d248a903bc8944fabc 100644 (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);             \