summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-26 00:06:15 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-26 00:06:15 +0100
commitadfa531a3b602d953e4127bc0968c30e5afa584d (patch)
treeb388b3eee45780343326bcbfcf6be06ba0559a12
parent7ec7cc63daa079e581b5cae0a0e7cee4384b928e (diff)
downloadswig-adfa531a3b602d953e4127bc0968c30e5afa584d.tar.gz
whitespace fix
-rw-r--r--CCache/stats.c2
1 files changed, 1 insertions, 1 deletions
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);