mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
basic: cosmetic changes (#6440)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
0ff48708e5
commit
2d5dece8ec
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user