Przeglądaj źródła

Style fix

master
sin 9 lat temu
rodzic
commit
de1e3394a6
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      noice.c

+ 2
- 2
noice.c Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz