aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar lostd <lostd@2f30.org>2014-10-08 18:39:07 +0300
committerGravatar lostd <lostd@2f30.org>2014-10-08 18:39:07 +0300
commit973aff99b713d300b5b5a17847960707c675702c (patch)
tree70c4c4f25886fb8462db95ac6344325688503039
parent0b0869ab44c3622826d183ea8ff12e5f29a1ce49 (diff)
downloadnnn-973aff99b713d300b5b5a17847960707c675702c.tar.gz
Strip redundant spaces
-rw-r--r--noice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/noice.c b/noice.c
index e61e820..8d6f0d7 100644
--- a/noice.c
+++ b/noice.c
@@ -223,7 +223,7 @@ begin:
cur = 0;
dents = NULL;
- dirp = opendir(path);
+ dirp = opendir(path);
if (dirp == NULL) {
printwarn();
goto nochange;
@@ -365,7 +365,7 @@ nochange:
path = pathnew;
goto out;
}
- /* Regular file */
+ /* Regular file */
if (S_ISREG(sb.st_mode)) {
/* Open with */
bin = openwith(name);
@@ -399,7 +399,7 @@ nochange:
out:
free(dents);
- r = closedir(dirp);
+ r = closedir(dirp);
if (r == -1)
printerr(1, "closedir");