]> Sergey Matveev's repositories - nnn.git/commitdiff
Strip redundant spaces
authorlostd <lostd@2f30.org>
Wed, 8 Oct 2014 15:39:07 +0000 (18:39 +0300)
committerlostd <lostd@2f30.org>
Wed, 8 Oct 2014 15:39:07 +0000 (18:39 +0300)
noice.c

diff --git a/noice.c b/noice.c
index e61e82016e0a349e93b8d6bcb16642fa53ca8e0c..8d6f0d753e68dc88786f8b117698c13e93913690 100644 (file)
--- 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");