summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2017-05-13 13:39:59 -0500
committerDavid McMackins II <contact@mcmackins.org>2017-05-13 13:39:59 -0500
commit34dcf5d00aeb24eb7723b47fc81333ac45de1157 (patch)
treedb9000e7454104855b07d0258c2a823098ff94ab
parent362a4ef72833f87b889fd9699c178ba5f4f58998 (diff)
Fix indentation
-rw-r--r--pfxtree-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfxtree-test.c b/pfxtree-test.c
index d3b57b5..b9bef67 100644
--- a/pfxtree-test.c
+++ b/pfxtree-test.c
@@ -43,7 +43,7 @@ main(void)
assert(0 == pt_add_p(p, "hello", dummy));
assert('p' == pt_data_type(pt_search(p, "hello")));
- assert(PT_ENOWORD == pt_del(p, "asdf"));
+ assert(PT_ENOWORD == pt_del(p, "asdf"));
pt_deep_free(p, true);
return 0;