]> Sergey Matveev's repositories - nnn.git/commitdiff
Style fix
authorsin <sin@2f30.org>
Fri, 19 Feb 2016 14:03:06 +0000 (14:03 +0000)
committersin <sin@2f30.org>
Fri, 19 Feb 2016 14:03:06 +0000 (14:03 +0000)
noice.c

diff --git a/noice.c b/noice.c
index 6b04d4e01c91c64568bc3d11f4dbf1f39b0c2e75..d979460649efcf213bac0285effcea6075f7043f 100644 (file)
--- a/noice.c
+++ b/noice.c
@@ -433,8 +433,8 @@ dentfill(char *path, struct entry **dents,
 
        while ((dp = readdir(dirp)) != NULL) {
                /* Skip self and parent */
-               if (strcmp(dp->d_name, ".") == 0
-                   || strcmp(dp->d_name, "..") == 0)
+               if (strcmp(dp->d_name, ".") == 0 ||
+                   strcmp(dp->d_name, "..") == 0)
                        continue;
                if (filter(re, dp->d_name) == 0)
                        continue;