mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Remove redundant newline
This commit is contained in:
parent
3834d75d77
commit
4c66a8c0c3
1 changed files with 2 additions and 3 deletions
|
@ -4178,10 +4178,9 @@ static bool show_stats(char *fpath)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
while (r) {
|
||||
while (r)
|
||||
get_output(cmds[--r], fpath, NULL, fp, TRUE, FALSE);
|
||||
fprintf(fp, "\n");
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
close(fd);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue