From: nekral-guest Date: Sun, 18 Sep 2011 20:44:09 +0000 (+0000) Subject: Re-indent. X-Git-Tag: 4.1.5~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03e57511029acfa14cce2bd44282e7c421a2f25e;p=thirdparty%2Fshadow.git Re-indent. --- diff --git a/lib/defines.h b/lib/defines.h index adf6c20d7..62bd73e5f 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); \