diff options
author | 2020-04-12 08:56:56 +0530 | |
---|---|---|
committer | 2020-04-12 09:50:03 +0530 | |
commit | 5e0049b6facb4477290e7c1b3c65384ced7d0593 (patch) | |
tree | 46700fd89ec8f7eb0b78adb97ed98f8ff337c159 /src | |
parent | 3bab34e962f3c1b6167afcefb81aa1f1117f7794 (diff) | |
download | nnn-5e0049b6facb4477290e7c1b3c65384ced7d0593.tar.gz |
Fix indent
Diffstat (limited to 'src')
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |