]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-brvlan.c
*: fix some inconsistent control statement style
[thirdparty/systemd.git] / src / network / networkd-brvlan.c
index 1755ba1ac2f39a57d1ff416dce3f0c5c600638cb..99dd416296cd7e2c9f024c829f7d9b1c019bd276 100644 (file)
@@ -142,7 +142,7 @@ static int append_vlan_info_data(Link *const link, sd_netlink_message *req, uint
 
                 next:
                         i = j;
-                } while(!done);
+                } while (!done);
         }
         if (!cnt)
                 return -EINVAL;