mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Minor style fix
This commit is contained in:
parent
872a0f4620
commit
5456b8a36a
4
noice.c
4
noice.c
|
@ -218,7 +218,6 @@ openwith(char *file)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DPRINTF_S(bin);
|
DPRINTF_S(bin);
|
||||||
|
|
||||||
return bin;
|
return bin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -237,7 +236,6 @@ setfilter(regex_t *regex, char *filter)
|
||||||
regerror(r, regex, errbuf, len);
|
regerror(r, regex, errbuf, len);
|
||||||
printmsg(errbuf);
|
printmsg(errbuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -334,7 +332,6 @@ nextsel(char **run, char **env)
|
||||||
*env = bindings[i].env;
|
*env = bindings[i].env;
|
||||||
return bindings[i].act;
|
return bindings[i].act;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -440,7 +437,6 @@ dentfill(char *path, struct entry **dents,
|
||||||
r = closedir(dirp);
|
r = closedir(dirp);
|
||||||
if (r == -1)
|
if (r == -1)
|
||||||
printerr(1, "closedir");
|
printerr(1, "closedir");
|
||||||
|
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue