From: Automatic source maintenance Date: Mon, 22 Aug 2011 00:13:08 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~43^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=116a73665bfbca39ff911b04c697033c997b2407;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cf_gen.cc b/src/cf_gen.cc index adbafa6414..c60e983382 100644 --- a/src/cf_gen.cc +++ b/src/cf_gen.cc @@ -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 <<