]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove redundant newline
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 14 Jun 2021 16:42:55 +0000 (22:12 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 14 Jun 2021 16:42:55 +0000 (22:12 +0530)
src/nnn.c

index fe8b6a9fc0c705b696026520a96bb875869b20c1..b6a4adb080d4f925baf04a2e52b605d01fc3d25e 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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);