Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jun 25, 2016
1 parent 7ec7cc6 commit adfa531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CCache/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit adfa531

Please sign in to comment.