]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Ran indent
authorserassio <>
Wed, 5 Jul 2006 21:26:47 +0000 (21:26 +0000)
committerserassio <>
Wed, 5 Jul 2006 21:26:47 +0000 (21:26 +0000)
helpers/external_acl/mswin_lm_group/win32_check_group.h

index 9adc0938dce556e9e44d92ee04ff1a47dc96951e..b1778a1ccc5d1b7c26404f67acf67ec0b0e92f5c 100755 (executable)
@@ -50,14 +50,14 @@ extern char debug_enabled;
 #else /* __GNUC__ */
 extern char debug_enabled;
 static void
-debug(char *format,...) 
+debug(char *format,...)
 {
 #ifdef DEBUG
 #ifdef _SQUID_MSWIN_
     if (debug_enabled) {
        va_list args;
 
-       va_start(args,format);
+       va_start(args, format);
        fprintf(stderr, "%s[%d]: ", myname, mypid);
        vfprintf(stderr, format, args);
        fprintf(stderr, "\n");