From c62c294fd521e5b65bb52f831773916bbc4cd90a Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sun, 10 Feb 2013 21:56:03 +0100 Subject: tests: add tests of strxcpyx also fix a bad indentation in test-strbug.c --- src/test/test-strbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test-strbuf.c') diff --git a/src/test/test-strbuf.c b/src/test/test-strbuf.c index 49a3d2bb79..e9b6c033fd 100644 --- a/src/test/test-strbuf.c +++ b/src/test/test-strbuf.c @@ -32,7 +32,7 @@ static ssize_t add_string(struct strbuf *sb, const char *s) { 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(); -- cgit v1.2.3-54-g00ecf