"fix" some tabbing

This commit is contained in:
Axel Kittenberger 2008-12-05 23:54:13 +00:00
parent 24d027e0b7
commit 5c9785b32e

View File

@ -988,7 +988,8 @@ bool remove_dirwatch(const char * name, int parent)
// look for the child with the name
for (i = 0; i < dir_watch_num; i++) {
if (dir_watches[i].wd >= 0 && dir_watches[i].parent == parent &&
!strcmp(name, dir_watches[i].dirname)) {
!strcmp(name, dir_watches[i].dirname)
) {
dw = i;
break;
}