]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/set.c
*: fix some inconsistent control statement style
[thirdparty/systemd.git] / src / basic / set.c
index 99f204269937e1fc708bd157c33a05566f961577..e554e825ebbeed4dd33ea6c99b1cf3357372d43e 100644 (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)