]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 22 Aug 2011 00:13:08 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 22 Aug 2011 00:13:08 +0000 (18:13 -0600)
src/cf_gen.cc

index adbafa64144c8715cd3c65b34ae522edf15838cc..c60e983382e089be6cb208bb22333f9990b14a6f 100644 (file)
@@ -460,7 +460,7 @@ gen_default(const EntryList &head, std::ostream &fout)
 {
     int rc = 0;
     fout << "static void" << std::endl <<
-    "default_line(const char *s)" << std::endl << 
+    "default_line(const char *s)" << std::endl <<
     "{" << std::endl <<
     "    LOCAL_ARRAY(char, tmp_line, BUFSIZ);" << std::endl <<
     "    xstrncpy(tmp_line, s, BUFSIZ);" << std::endl <<