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

View file

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