Преглед изворни кода

Save one level of indentation

master
sin пре 10 година
родитељ
комит
1183a9428f
1 измењених фајлова са 14 додато и 15 уклоњено
  1. +14
    -15
      noice.c

+ 14
- 15
noice.c Прегледај датотеку

@@ -672,22 +672,21 @@ nochange:
if (testopendir(tmp) == 0) {
printwarn();
goto nochange;
} else {
free(path);
path = xrealpath(tmp);
free(tmp);
free(filter);
filter = xstrdup(ifilter); /* Reset filter */
/* Forget history */
while (!SLIST_EMPTY(&histhead)) {
hist = SLIST_FIRST(&histhead);
SLIST_REMOVE_HEAD(&histhead, entry);
free(hist);
}
DPRINTF_S(path);
cur = 0;
goto out;
}
free(path);
path = xrealpath(tmp);
free(tmp);
free(filter);
filter = xstrdup(ifilter); /* Reset filter */
/* Forget history */
while (!SLIST_EMPTY(&histhead)) {
hist = SLIST_FIRST(&histhead);
SLIST_REMOVE_HEAD(&histhead, entry);
free(hist);
}
DPRINTF_S(path);
cur = 0;
goto out;
}
}



Loading…
Откажи
Сачувај