diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-27 19:00:50 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-27 19:49:09 +0200 |
commit | 61252bae91e71aa529d4c8c7c7293e6a69429291 (patch) | |
tree | d87851eb9b131f61e7677af573f9a010be3f4ad4 /src/shared | |
parent | test-bus-vtable: also print introspection for the fallback vtable (diff) | |
download | systemd-61252bae91e71aa529d4c8c7c7293e6a69429291.tar.xz systemd-61252bae91e71aa529d4c8c7c7293e6a69429291.zip |
sd-bus: adjust indentation of comments
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/bus-util.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c index 821339d4ae..e9b0b8a99d 100644 --- a/src/shared/bus-util.c +++ b/src/shared/bus-util.c @@ -1681,7 +1681,8 @@ int bus_open_system_watch_bind_with_description(sd_bus **ret, const char *descri assert(ret); - /* Match like sd_bus_open_system(), but with the "watch_bind" feature and the Connected() signal turned on. */ + /* Match like sd_bus_open_system(), but with the "watch_bind" feature and the Connected() signal + * turned on. */ r = sd_bus_new(&bus); if (r < 0) @@ -1733,8 +1734,8 @@ int bus_reply_pair_array(sd_bus_message *m, char **l) { assert(m); - /* Reply to the specified message with a message containing a dictionary put together from the specified - * strv */ + /* Reply to the specified message with a message containing a dictionary put together from the + * specified strv */ r = sd_bus_message_new_method_return(m, &reply); if (r < 0) |