summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-match.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2014-12-10 20:00:05 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2014-12-11 15:04:56 +0100
commitad67ef274e43ee841fb9d60e3cd2370e57418371 (patch)
tree06ce1f74455176530c2314c76cccaf010bb1bba0 /src/libsystemd/sd-bus/bus-match.c
parentd076c6f9e486587d634d59082d2a13b9cbb4aef3 (diff)
sd-bus: correct spacing near eol in code comments
Diffstat (limited to 'src/libsystemd/sd-bus/bus-match.c')
-rw-r--r--src/libsystemd/sd-bus/bus-match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-match.c b/src/libsystemd/sd-bus/bus-match.c
index 3a31aa0ebf..162f0ab608 100644
--- a/src/libsystemd/sd-bus/bus-match.c
+++ b/src/libsystemd/sd-bus/bus-match.c
@@ -234,7 +234,7 @@ static bool value_node_same(
/* Tests parameters against this value node, not doing prefix
* magic and stuff, i.e. this one actually compares the match
- * itself.*/
+ * itself. */
assert(node);
assert(node->type == BUS_MATCH_VALUE);