mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Vertical spacing fixes
This commit is contained in:
parent
bc69021233
commit
b39da16920
3
noice.c
3
noice.c
|
@ -601,7 +601,6 @@ nochange:
|
||||||
goto nochange;
|
goto nochange;
|
||||||
|
|
||||||
name = dents[cur].name;
|
name = dents[cur].name;
|
||||||
|
|
||||||
DPRINTF_S(name);
|
DPRINTF_S(name);
|
||||||
|
|
||||||
/* Get path info */
|
/* Get path info */
|
||||||
|
@ -611,6 +610,7 @@ nochange:
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
DPRINTF_U(sb.st_mode);
|
DPRINTF_U(sb.st_mode);
|
||||||
|
|
||||||
switch (sb.st_mode & S_IFMT) {
|
switch (sb.st_mode & S_IFMT) {
|
||||||
case S_IFDIR:
|
case S_IFDIR:
|
||||||
free(path);
|
free(path);
|
||||||
|
@ -624,7 +624,6 @@ nochange:
|
||||||
cur = 0;
|
cur = 0;
|
||||||
goto out;
|
goto out;
|
||||||
case S_IFREG:
|
case S_IFREG:
|
||||||
/* Open with */
|
|
||||||
bin = openwith(name);
|
bin = openwith(name);
|
||||||
if (bin == NULL) {
|
if (bin == NULL) {
|
||||||
printmsg("No association");
|
printmsg("No association");
|
||||||
|
|
Loading…
Reference in a new issue