diff options
author | Torstein Husebø <torstein@huseboe.net> | 2014-12-10 20:00:05 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-12-11 15:04:56 +0100 |
commit | ad67ef274e43ee841fb9d60e3cd2370e57418371 (patch) | |
tree | 06ce1f74455176530c2314c76cccaf010bb1bba0 /src/libsystemd/sd-bus/test-bus-gvariant.c | |
parent | d076c6f9e486587d634d59082d2a13b9cbb4aef3 (diff) |
sd-bus: correct spacing near eol in code comments
Diffstat (limited to 'src/libsystemd/sd-bus/test-bus-gvariant.c')
-rw-r--r-- | src/libsystemd/sd-bus/test-bus-gvariant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/test-bus-gvariant.c b/src/libsystemd/sd-bus/test-bus-gvariant.c index 56df5d0b48..d700a35b0c 100644 --- a/src/libsystemd/sd-bus/test-bus-gvariant.c +++ b/src/libsystemd/sd-bus/test-bus-gvariant.c @@ -140,7 +140,7 @@ static void test_marshal(void) { if (r < 0) exit(EXIT_TEST_SKIP); - bus->message_version = 2; /* dirty hack to enable gvariant*/ + bus->message_version = 2; /* dirty hack to enable gvariant */ assert_se(sd_bus_message_new_method_call(bus, &m, "a.service.name", "/an/object/path/which/is/really/really/long/so/that/we/hit/the/eight/bit/boundary/by/quite/some/margin/to/test/this/stuff/that/it/really/works", "an.interface.name", "AMethodName") >= 0); |