Remove redundant newline

This commit is contained in:
Arun Prakash Jana 2021-06-14 22:12:55 +05:30
parent 3834d75d77
commit 4c66a8c0c3
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 3 deletions

View File

@ -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);