]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Break long line
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 30 Jul 2016 20:18:58 +0000 (22:18 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 30 Jul 2016 20:18:58 +0000 (22:18 +0200)
conf.c

diff --git a/conf.c b/conf.c
index 97cef2f269320458189cb5c386c7ac35893de1bc..cfa2874af096d4de319f4ba3a9842727b6714bb6 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -575,7 +575,8 @@ conf_print_items(struct conf *conf,
                conf->item_origins[find_conf("ignore_headers_in_manifest")->number],
                context);
 
-       reformat(&s, "keep_comments_cpp = %s", bool_to_string(conf->keep_comments_cpp));
+       reformat(&s, "keep_comments_cpp = %s",
+                bool_to_string(conf->keep_comments_cpp));
        printer(s, conf->item_origins[find_conf(
                                        "keep_comments_cpp")->number], context);