mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix whitespace
This commit is contained in:
parent
15a7a78264
commit
414c9e27fc
2
noice.c
2
noice.c
|
@ -695,7 +695,7 @@ nochange:
|
||||||
filter = tmp;
|
filter = tmp;
|
||||||
filter_re = re;
|
filter_re = re;
|
||||||
DPRINTF_S(filter);
|
DPRINTF_S(filter);
|
||||||
/* Save current */
|
/* Save current */
|
||||||
oldpath = makepath(path, dents[cur].name);
|
oldpath = makepath(path, dents[cur].name);
|
||||||
goto out;
|
goto out;
|
||||||
case SEL_NEXT:
|
case SEL_NEXT:
|
||||||
|
|
Loading…
Reference in a new issue