From 5e0049b6facb4477290e7c1b3c65384ced7d0593 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 12 Apr 2020 08:56:56 +0530 Subject: [PATCH] Fix indent --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {