indent

From: Robert Collins <robert.collins@dont-contact.us>
Date: Mon, 8 Jan 2001 12:06:53 +1100

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 Sun Jan 07 2001 - 18:10:34 MST

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