From 116a73665bfbca39ff911b04c697033c997b2407 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sun, 21 Aug 2011 18:13:08 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/cf_gen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << -- 2.47.3