chiark / gitweb /
tree-wide: minor formatting inconsistency cleanups
[elogind.git] / src / shared / bus-util.c
index 8bdb3a5fb7ede036111e4dc5e0dc0011d95d8eef..4e9bc512c8b43f32aa6683a582ec6f74af93292d 100644 (file)
@@ -847,7 +847,7 @@ int bus_print_property(const char *name, sd_bus_message *property, bool all) {
                         if (r < 0)
                                 return r;
 
-                        while((r = sd_bus_message_read_basic(property, SD_BUS_TYPE_STRING, &str)) > 0) {
+                        while ((r = sd_bus_message_read_basic(property, SD_BUS_TYPE_STRING, &str)) > 0) {
                                 _cleanup_free_ char *escaped = NULL;
 
                                 if (first)