summaryrefslogtreecommitdiff
path: root/fzytest.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-01-09 19:49:51 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-01-09 19:49:51 -0800
commite76c769e56eb8330208662efd154b8b153a402fc (patch)
treee299a9647f9dbcbaae3113f957fe6be5e91c7bc7 /fzytest.c
parent54311397d6de16f0263650ee97c7fd0f7bdd7b2a (diff)
Fix indentation
Diffstat (limited to 'fzytest.c')
-rw-r--r--fzytest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fzytest.c b/fzytest.c
index ac1b761..828fa1b 100644
--- a/fzytest.c
+++ b/fzytest.c
@@ -108,7 +108,6 @@ void test_positions_5() {
assert(positions[2] == 6);
}
-
void test_positions_exact() {
size_t positions[3];
match_positions("foo", "foo", positions);