mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
*: fix some inconsistent control statement style
This commit is contained in:
@@ -39,7 +39,7 @@ int set_make(Set **ret, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS, vo
|
||||
|
||||
va_start(ap, add);
|
||||
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
void *arg = va_arg(ap, void*);
|
||||
|
||||
if (!arg)
|
||||
|
||||
Reference in New Issue
Block a user