chiark / gitweb /
timedated: make sure GetAll() succeeds in systems lacking /dev/rtc (such as containers)
[elogind.git] / src / libsystemd-bus / bus-util.c
index 0a3f6b85f5422796ba4a5f7747feefb742f6c8d3..9a42b051aaf4774406b1e9e9ee97b55a52ef8691 100644 (file)
@@ -931,7 +931,8 @@ int bus_map_all_properties(sd_bus *bus,
         assert(path);
         assert(map);
 
-        r = sd_bus_call_method( bus,
+        r = sd_bus_call_method(
+                        bus,
                         destination,
                         path,
                         "org.freedesktop.DBus.Properties",