]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/digest_auth/LDAP/digest_pw_auth.cc
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / LDAP / digest_pw_auth.cc
index ab0ff3c00bf5a4a779465916e4a4e35b93a00fd3..18dc93d39c68e469a2845039878e6dcc7f7cd359 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -55,7 +55,7 @@ ParseBuffer(char *buf, RequestData * requestData)
     char *p;
     requestData->parsed = 0;
     if ((p = strchr(buf, '\n')) != NULL)
-        *p = '\0';             /* strip \n */
+        *p = '\0';      /* strip \n */
 
     p = NULL;
     requestData->channelId = strtoll(buf, &p, 10);
@@ -120,3 +120,4 @@ main(int argc, char **argv)
         DoOneRequest(buf);
     exit(0);
 }
+