From: serassio <> Date: Wed, 5 Jul 2006 21:26:47 +0000 (+0000) Subject: Ran indent X-Git-Tag: SQUID_3_0_PRE5~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=744ef81ac63fdcb00293fc42addcbdb6052e0373;p=thirdparty%2Fsquid.git Ran indent --- diff --git a/helpers/external_acl/mswin_lm_group/win32_check_group.h b/helpers/external_acl/mswin_lm_group/win32_check_group.h index 9adc0938dc..b1778a1ccc 100755 --- a/helpers/external_acl/mswin_lm_group/win32_check_group.h +++ b/helpers/external_acl/mswin_lm_group/win32_check_group.h @@ -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");