Re: indent

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 10 Jan 2001 01:21:44 +0100

Robert:

I Have cleaned up auth_ntlm.c by backing out all #if 0 and // comments..

So you again have some cleanup work in the auth_rewrite branch.

/Henrik

Robert Collins wrote:
>
> Is there any way to get indent to be a bit 'nicer' with things like
> this:
>
> I'm referring to the
> comment */
> if ()
> that indent changed to
> comment */ if ()
> Rob
>
> ===================================================================
> RCS file: /cvsroot/squid/squid/src/auth/ntlm/auth_ntlm.c,v
> retrieving revision 1.1.2.20
> retrieving revision 1.1.2.21
> diff -c -r1.1.2.20 -r1.1.2.21
> *** squid/src/auth/ntlm/auth_ntlm.c 2001/01/07 20:43:02 1.1.2.20
> --- squid/src/auth/ntlm/auth_ntlm.c 2001/01/08 00:14:57 1.1.2.21
> ***************
> *** 998,1005 ****
> //user passed externa; authentication in every case to get
> here. f.
> Let it through
> } /* we don't unlock the auth_user until
> the connection is dropped. Thank
> ! * MS for this quirk. */
> ! if (authenticateCheckAuthUserIP(checklist->src_addr, auth_user))
> {
> /* Once the match is completed we have finished with the
> * auth_user structure */
> /* check to see if we have matched the user-acl before */
> --- 998,1004 ----
> //user passed externa; authentication in every case to get
> here. f.
> Let it through
> } /* we don't unlock the auth_user until
> the connection is dropped. Thank
> ! * MS for this quirk. */ if
> (authenticateCheckAuthUserIP(checklist->src_addr, auth_user)) {
> /* Once the match is completed we have finished with the
> * auth_user structure */
> /* check to see if we have matched the user-acl before */
Received on Tue Jan 09 2001 - 17:35:23 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:15 MST