summaryrefslogtreecommitdiff
path: root/src/test/test-strbuf.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-02-10 21:56:03 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-02-10 23:06:16 +0100
commitc62c294fd521e5b65bb52f831773916bbc4cd90a (patch)
tree890798538fcb788f7b97ab0c3b9164e990394cb1 /src/test/test-strbuf.c
parent89ca69941d0422069903b95265cee02bc1f498f7 (diff)
tests: add tests of strxcpyx
also fix a bad indentation in test-strbug.c
Diffstat (limited to 'src/test/test-strbuf.c')
-rw-r--r--src/test/test-strbuf.c2
1 files changed, 1 insertions, 1 deletions
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();