mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Save one level of indentation
This commit is contained in:
parent
b39da16920
commit
1183a9428f
3
noice.c
3
noice.c
|
@ -672,7 +672,7 @@ nochange:
|
||||||
if (testopendir(tmp) == 0) {
|
if (testopendir(tmp) == 0) {
|
||||||
printwarn();
|
printwarn();
|
||||||
goto nochange;
|
goto nochange;
|
||||||
} else {
|
}
|
||||||
free(path);
|
free(path);
|
||||||
path = xrealpath(tmp);
|
path = xrealpath(tmp);
|
||||||
free(tmp);
|
free(tmp);
|
||||||
|
@ -689,7 +689,6 @@ nochange:
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
dentfree(dents, n);
|
dentfree(dents, n);
|
||||||
|
|
Loading…
Reference in a new issue