From adfa531a3b602d953e4127bc0968c30e5afa584d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 26 Jun 2016 00:06:15 +0100 Subject: [PATCH] whitespace fix --- CCache/stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCache/stats.c b/CCache/stats.c index db0d4d2bf..4d01d2afa 100644 --- a/CCache/stats.c +++ b/CCache/stats.c @@ -141,7 +141,7 @@ static void stats_update_size(enum stats stat, size_t size, size_t numfiles) if (lock_fd(fd) != 0) { close(fd); return; - } + } /* read in the old stats */ stats_read_fd(fd, counters);