whitespace fix
This commit is contained in:
parent
7ec7cc63da
commit
adfa531a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue