]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/digest_auth/file/digest_file_auth.cc
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / file / digest_file_auth.cc
index bfd58c25af371ceda96018a4001a647f4ee61268..b4d24c5197c45a123917972a010b96f063b09318 100644 (file)
@@ -56,7 +56,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);
@@ -118,3 +118,4 @@ main(int argc, char **argv)
         DoOneRequest(buf);
     return 0;
 }
+