whitespace fix

This commit is contained in:
William S Fulton 2016-06-26 00:06:15 +01:00
commit adfa531a3b

View file

@ -141,7 +141,7 @@ static void stats_update_size(enum stats stat, size_t size, size_t numfiles)
if (lock_fd(fd) != 0) { if (lock_fd(fd) != 0) {
close(fd); close(fd);
return; return;
} }
/* read in the old stats */ /* read in the old stats */
stats_read_fd(fd, counters); stats_read_fd(fd, counters);