*: fix some inconsistent control statement style

This commit is contained in:
Vito Caputo
2017-12-01 16:49:52 -08:00
parent 4da47778e5
commit 508f63b411
10 changed files with 10 additions and 10 deletions

View File

@@ -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)