summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-27 19:00:50 +0200
committerLukas Nykryn <lnykryn@redhat.com>2019-10-24 12:22:17 +0200
commit7e0f9a0cd4053fcc713a99ada3d0d50793b83564 (patch)
treeea825f526d4a1c0b36d42f983f5b68590bb7713f /src/shared
parentc3be943b30689f77ded9f431fdafb666769aea89 (diff)
downloadsystemd-7e0f9a0cd4053fcc713a99ada3d0d50793b83564.tar.gz
sd-bus: adjust indentation of comments
Related: #1746857
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/bus-util.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
index 302dbb4c2e..2d908eb45c 100644
--- a/src/shared/bus-util.c
+++ b/src/shared/bus-util.c
@@ -1675,7 +1675,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)
@@ -1890,8 +1891,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)