]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix indent
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 12 Apr 2020 03:26:56 +0000 (08:56 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 12 Apr 2020 04:20:03 +0000 (09:50 +0530)
src/nnn.c

index 6e0db039f555569e13d8cb01ebd19f5d67b790f7..87f02b30c4fc57bc617c1272fcf942fc13014f58 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1887,7 +1887,7 @@ static bool batch_rename(const char *path)
        if (fd1 == -1)
                return ret;
 
-       xstrsncpy(foriginal, g_tmpfpath, strlen(g_tmpfpath)+1);
+       xstrsncpy(foriginal, g_tmpfpath, strlen(g_tmpfpath) + 1);
 
        fd2 = create_tmp_file();
        if (fd2 == -1) {