--------------------- PatchSet 3543 Date: 2002/01/06 11:15:52 Author: serassio Branch: nt-2_3 Tag: (none) Log: Some indent fixes Members: auth_modules/NT/NT_auth.c:1.1.2.2->1.1.2.3 Index: squid/auth_modules/NT/NT_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/auth_modules/NT/Attic/NT_auth.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/auth_modules/NT/NT_auth.c 17 Jun 2001 12:39:53 -0000 1.1.2.2 +++ squid/auth_modules/NT/NT_auth.c 6 Jan 2002 11:15:52 -0000 1.1.2.3 @@ -110,12 +110,12 @@ #endif else #if defined(_SQUID_CYGWIN_) - puts("ERR"); + puts("ERR"); fflush(stdout); } #else - (callback) (data, "ERR"); + (callback) (data, "ERR"); #endif return 0; } @@ -130,7 +130,7 @@ #ifndef _SQUID_CYGWIN_ __declspec(dllexport) - int Init(char *Group) + int Init(char *Group) { if (NTGroup) xfree(NTGroup);