chiark / gitweb /
treewide: correct spacing near eol in code comments
[elogind.git] / src / test / test-strbuf.c
index 43cb92b74b38874e3a19153e5dc147203c369e93..4ec648ae66c4c5ac91653e910b476f65900d8bd6 100644 (file)
@@ -48,7 +48,7 @@ static void test_strbuf(void) {
         /* check the content of the buffer directly */
         l = strv_parse_nulstr(sb->buf, sb->len);
 
-        assert_se(streq(l[0], "")); /* root*/
+        assert_se(streq(l[0], "")); /* root */
         assert_se(streq(l[1], "waldo"));
         assert_se(streq(l[2], "foo"));
         assert_se(streq(l[3], "bar"));