From: Joel Rosdahl Date: Mon, 5 Mar 2012 20:36:53 +0000 (+0100) Subject: Fix indentation X-Git-Tag: v3.2~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35afbf9592278861527f379a07d50a7d7f229e99;p=thirdparty%2Fccache.git Fix indentation --- diff --git a/ccache.c b/ccache.c index bb189a14f..da67f2e6e 100644 --- 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(); }