소스 검색

Strip redundant spaces

master
lostd 10 년 전
부모
커밋
973aff99b7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c 파일 보기

@@ -223,7 +223,7 @@ begin:
cur = 0; cur = 0;
dents = NULL; dents = NULL;


dirp = opendir(path); dirp = opendir(path);
if (dirp == NULL) { if (dirp == NULL) {
printwarn(); printwarn();
goto nochange; goto nochange;
@@ -365,7 +365,7 @@ nochange:
path = pathnew; path = pathnew;
goto out; goto out;
} }
/* Regular file */ /* Regular file */
if (S_ISREG(sb.st_mode)) { if (S_ISREG(sb.st_mode)) {
/* Open with */ /* Open with */
bin = openwith(name); bin = openwith(name);
@@ -399,7 +399,7 @@ nochange:
out: out:
free(dents); free(dents);


r = closedir(dirp); r = closedir(dirp);
if (r == -1) if (r == -1)
printerr(1, "closedir"); printerr(1, "closedir");




||||||
x
 
000:0
불러오는 중...
취소
저장