From 22beb156534944bad51a97457c79c188855cd64d Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Wed, 13 Jan 2010 18:13:01 -0700 Subject: [PATCH] SourceFormat Enforcement --- helpers/basic_auth/PAM/basic_pam_auth.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/basic_auth/PAM/basic_pam_auth.cc b/helpers/basic_auth/PAM/basic_pam_auth.cc index b506f41c27..dd873856cd 100644 --- a/helpers/basic_auth/PAM/basic_pam_auth.cc +++ b/helpers/basic_auth/PAM/basic_pam_auth.cc @@ -230,10 +230,10 @@ start: conv.appdata_ptr = (char *) password_buf; /* from buf above. not allocated */ #if _SQUID_SOLARIS_ - /* Workaround for Solaris 2.6 where the PAM library is broken - * and does not pass appdata_ptr to the conversation routine - */ - password = password_buf; + /* Workaround for Solaris 2.6 where the PAM library is broken + * and does not pass appdata_ptr to the conversation routine + */ + password = password_buf; #endif if (ttl == 0) { /* Create PAM connection */ -- 2.47.2