]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 28 Aug 2011 04:25:35 +0000 (22:25 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 28 Aug 2011 04:25:35 +0000 (22:25 -0600)
src/cf_gen.cc

index c0a75b595cb4a4c2f8ceb6a2e67757fbc5bbfec8..dfac371586a4f597a7085d16103595152307b44f 100644 (file)
@@ -461,7 +461,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 <<