From: Arun Prakash Jana Date: Sun, 12 Apr 2020 03:26:56 +0000 (+0530) Subject: Fix indent X-Git-Tag: v3.1~5 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5e0049b6facb4477290e7c1b3c65384ced7d0593;p=nnn.git Fix indent --- diff --git a/src/nnn.c b/src/nnn.c index 6e0db039..87f02b30 100644 --- 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) {