chiark / gitweb /
trivial coding style clean ups
[elogind.git] / src / libsystemd-bus / bus-dump.c
index 71de081649c433caa14dd1eb609d370efaf4c5be..ddad4183a2f0b704922b73c3e974c203e5abd09d 100644 (file)
@@ -117,7 +117,7 @@ int bus_message_dump(sd_bus_message *m, FILE *f, bool with_header) {
 
         fprintf(f, "  MESSAGE \"%s\" {\n", strempty(m->root_container.signature));
 
-        for(;;) {
+        for (;;) {
                 _cleanup_free_ char *prefix = NULL;
                 const char *contents = NULL;
                 char type;