瀏覽代碼

Style fix

master
sin 9 年之前
父節點
當前提交
de1e3394a6
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      noice.c

+ 2
- 2
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;


Loading…
取消
儲存