From 744ef81ac63fdcb00293fc42addcbdb6052e0373 Mon Sep 17 00:00:00 2001 From: serassio <> Date: Wed, 5 Jul 2006 21:26:47 +0000 Subject: [PATCH] Ran indent --- helpers/external_acl/mswin_lm_group/win32_check_group.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.47.3