--------------------- PatchSet 8654 Date: 2006/09/17 08:51:20 Author: serassio Branch: nt Tag: (none) Log: Ran indent Members: helpers/basic_auth/mswin_sspi/valid.c:1.1.2.3->1.1.2.4 helpers/external_acl/mswin_lm_group/win32_check_group.c:1.1.2.4->1.1.2.5 helpers/ntlm_auth/mswin_sspi/libntlmssp.c:1.1.2.3->1.1.2.4 Index: squid/helpers/basic_auth/mswin_sspi/valid.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/basic_auth/mswin_sspi/valid.c,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/helpers/basic_auth/mswin_sspi/valid.c 17 Sep 2006 08:47:16 -0000 1.1.2.3 +++ squid/helpers/basic_auth/mswin_sspi/valid.c 17 Sep 2006 08:51:20 -0000 1.1.2.4 @@ -86,10 +86,10 @@ dwLevel, dwFlags, &pBufTmp, - dwPrefMaxLen, - &dwEntriesRead, - &dwTotalEntries); - pBuf = (LPLOCALGROUP_USERS_INFO_0)pBufTmp; + dwPrefMaxLen, + &dwEntriesRead, + &dwTotalEntries); + pBuf = (LPLOCALGROUP_USERS_INFO_0) pBufTmp; /* * If the call succeeds, */ Index: squid/helpers/external_acl/mswin_lm_group/win32_check_group.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/mswin_lm_group/win32_check_group.c,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid/helpers/external_acl/mswin_lm_group/win32_check_group.c 17 Sep 2006 08:47:17 -0000 1.1.2.4 +++ squid/helpers/external_acl/mswin_lm_group/win32_check_group.c 17 Sep 2006 08:51:20 -0000 1.1.2.5 @@ -176,7 +176,7 @@ if (status) { debug("OpenPolicy Error: %ld\n", status); } else { - PVOID ppdiDomainInfoTmp; + PVOID ppdiDomainInfoTmp; /* * You have a handle to the policy object. Now, get the @@ -185,7 +185,7 @@ status = LsaQueryInformationPolicy(PolicyHandle, PolicyPrimaryDomainInformation, &ppdiDomainInfoTmp); - ppdiDomainInfo = (PPOLICY_PRIMARY_DOMAIN_INFO)ppdiDomainInfoTmp; + ppdiDomainInfo = (PPOLICY_PRIMARY_DOMAIN_INFO) ppdiDomainInfoTmp; if (status) { debug("LsaQueryInformationPolicy Error: %ld\n", status); } else { @@ -222,7 +222,7 @@ } /* returns 0 on match, -1 if no match */ -static int +static int wcstrcmparray(const wchar_t * str, const char **array) { WCHAR wszGroup[GNLEN + 1]; // Unicode Group @@ -284,7 +284,7 @@ dwPrefMaxLen, &dwEntriesRead, &dwTotalEntries); - pBuf = (LPLOCALGROUP_USERS_INFO_0)pBufTmp; + pBuf = (LPLOCALGROUP_USERS_INFO_0) pBufTmp; /* * If the call succeeds, */ Index: squid/helpers/ntlm_auth/mswin_sspi/libntlmssp.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/mswin_sspi/libntlmssp.c,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/helpers/ntlm_auth/mswin_sspi/libntlmssp.c 17 Sep 2006 08:47:17 -0000 1.1.2.3 +++ squid/helpers/ntlm_auth/mswin_sspi/libntlmssp.c 17 Sep 2006 08:51:21 -0000 1.1.2.4 @@ -66,10 +66,10 @@ dwLevel, dwFlags, &pBufTmp, - dwPrefMaxLen, - &dwEntriesRead, - &dwTotalEntries); - pBuf = (LPLOCALGROUP_USERS_INFO_0)pBufTmp; + dwPrefMaxLen, + &dwEntriesRead, + &dwTotalEntries); + pBuf = (LPLOCALGROUP_USERS_INFO_0) pBufTmp; /* * If the call succeeds, */ @@ -169,7 +169,7 @@ if (status) { debug("OpenPolicy Error: %ld\n", status); } else { - PVOID ppdiDomainInfoTmp; + PVOID ppdiDomainInfoTmp; /* * You have a handle to the policy object. Now, get the @@ -178,7 +178,7 @@ status = LsaQueryInformationPolicy(PolicyHandle, PolicyPrimaryDomainInformation, &ppdiDomainInfoTmp); - ppdiDomainInfo = (PPOLICY_PRIMARY_DOMAIN_INFO)ppdiDomainInfoTmp; + ppdiDomainInfo = (PPOLICY_PRIMARY_DOMAIN_INFO) ppdiDomainInfoTmp; if (status) { debug("LsaQueryInformationPolicy Error: %ld\n", status); } else {