Fix indentation

This commit is contained in:
Arun Prakash Jana 2017-12-14 19:12:14 +05:30
parent c3545dd82f
commit ef3eab073e
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 14 additions and 15 deletions

1
nnn.c
View File

@ -452,7 +452,6 @@ xdirname(const char *path)
static char *buf = g_buf;
static char *last_slash, *runp;
xstrlcpy(buf, path, PATH_MAX);
/* Find last '/'. */