Parcourir la source

Style fix

master
sin il y a 9 ans
Parent
révision
de1e3394a6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      noice.c

+ 2
- 2
noice.c Voir le fichier

@@ -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;


Chargement…
Annuler
Enregistrer