chiark / gitweb /
tests: add tests of strxcpyx
[elogind.git] / src / test / test-strbuf.c
index 49a3d2bb7953b0fafea8170358a62c193d42b127..e9b6c033fdd1421d5524d063f6cb43ac4a90cf30 100644 (file)
@@ -32,7 +32,7 @@ static ssize_t add_string(struct strbuf *sb, const char *s) {
 
 static void test_strbuf(void) {
         struct strbuf *sb;
 
 static void test_strbuf(void) {
         struct strbuf *sb;
-       _cleanup_strv_free_ char **l;
+        _cleanup_strv_free_ char **l;
         ssize_t a, b, c, d, e, f, g;
 
         sb = strbuf_new();
         ssize_t a, b, c, d, e, f, g;
 
         sb = strbuf_new();