]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix indentation
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 5 Mar 2012 20:36:53 +0000 (21:36 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 5 Mar 2012 20:36:53 +0000 (21:36 +0100)
ccache.c

index bb189a14fb825bf7afdef412eb0815efd9a756df..da67f2e6e624a37d9326493cae9d9ff08eab2739 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -701,7 +701,8 @@ to_cache(struct args *args)
                        ret = copy_file(tmp_obj, cached_obj, conf->compression);
                }
                if (ret != 0) {
-                       cc_log("Failed to copy/link %s to %s: %s", tmp_obj, cached_obj, strerror(errno));
+                       cc_log("Failed to copy/link %s to %s: %s",
+                              tmp_obj, cached_obj, strerror(errno));
                        stats_update(STATS_ERROR);
                        failed();
                }