basic: cosmetic changes (#6440)

This commit is contained in:
Yu Watanabe
2017-07-25 08:32:34 +09:00
committed by Zbigniew Jędrzejewski-Szmek
parent 0ff48708e5
commit 2d5dece8ec
4 changed files with 4 additions and 4 deletions

View File

@@ -542,7 +542,7 @@ char *ellipsize(const char *s, size_t length, unsigned percent) {
return ellipsize_mem(s, strlen(s), length, percent);
}
bool nulstr_contains(const char*nulstr, const char *needle) {
bool nulstr_contains(const char *nulstr, const char *needle) {
const char *i;
if (!nulstr)