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

@@ -158,7 +158,7 @@ bool string_has_cc(const char *p, const char *ok) _pure_;
char *ellipsize_mem(const char *s, size_t old_length_bytes, size_t new_length_columns, unsigned percent);
char *ellipsize(const char *s, size_t length, unsigned percent);
bool nulstr_contains(const char*nulstr, const char *needle);
bool nulstr_contains(const char *nulstr, const char *needle);
char* strshorten(char *s, size_t l);