]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/machine/machined-dbus.c
README: document that we only support util-linux built with --enable-libmount-force...
[thirdparty/systemd.git] / src / machine / machined-dbus.c
index b9330993304b78ec012740ddda3c73c9b241ddff..20894433e7d7f826935acd88a5d898e620f28723 100644 (file)
@@ -1212,7 +1212,7 @@ int match_properties_changed(sd_bus_message *message, void *userdata, sd_bus_err
         r = unit_name_from_dbus_path(path, &unit);
         if (r == -EINVAL) /* not for a unit */
                 return 0;
-        if (r < 0){
+        if (r < 0) {
                 log_oom();
                 return 0;
         }