chiark / gitweb /
sd-bus: correct spacing near eol in code comments
[elogind.git] / src / libsystemd / sd-bus / test-bus-gvariant.c
index 56df5d0b48efcf353eb2a21c1006279a485253fb..d700a35b0c5db3eb049058e5bcbd3fa2bff9925e 100644 (file)
@@ -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);