mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Remove redundant newline
This commit is contained in:
parent
3834d75d77
commit
4c66a8c0c3
|
@ -4178,10 +4178,9 @@ static bool show_stats(char *fpath)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
while (r) {
|
while (r)
|
||||||
get_output(cmds[--r], fpath, NULL, fp, TRUE, FALSE);
|
get_output(cmds[--r], fpath, NULL, fp, TRUE, FALSE);
|
||||||
fprintf(fp, "\n");
|
|
||||||
}
|
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue