summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2014-12-10 20:00:09 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2014-12-11 15:10:03 +0100
commitf7340ab269828d917cd1281e33e6dd4fdfee67b3 (patch)
tree1341830b863c2af4706fd8c599b9b3f52680c859 /src/systemctl
parentee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 (diff)
treewide: correct spacing near eol in code comments
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index b1441ad86a..2ceb303f1b 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -752,7 +752,7 @@ struct socket_info {
/* Note: triggered is a list here, although it almost certainly
* will always be one unit. Nevertheless, dbus API allows for multiple
- * values, so let's follow that.*/
+ * values, so let's follow that. */
char** triggered;
/* The strv above is shared. free is set only in the first one. */