chiark / gitweb /
trivial coding style clean ups
[elogind.git] / src / analyze / analyze.c
index eb85276b4021190de5afbe754590260503c8a41e..459f87957f1a207f13915b14ad2219fd78100004 100644 (file)
@@ -740,7 +740,7 @@ static int list_dependencies_one(sd_bus *bus, const char *name, unsigned int lev
                 }
         }
 
-        if(!to_print)
+        if (!to_print)
                 return r;
 
         STRV_FOREACH(c, deps) {