aboutsummaryrefslogtreecommitdiff
path: root/t/taplib.h
diff options
context:
space:
mode:
Diffstat (limited to 't/taplib.h')
-rw-r--r--t/taplib.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/t/taplib.h b/t/taplib.h
index ddb0d20..9045c32 100644
--- a/t/taplib.h
+++ b/t/taplib.h
@@ -1,7 +1,7 @@
-void plan_tests(int n);
-void ok(int cmp, char *name);
-void pass(char *name);
-void fail(char *name);
-void is_int(int got, int expect, char *name);
-void is_str(const char *got, const char *expect, char *name);
-int exit_status(void);
+void plan_tests (int n);
+void ok (int cmp, char *name);
+void pass (char *name);
+void fail (char *name);
+void is_int (int got, int expect, char *name);
+void is_str (const char *got, const char *expect, char *name);
+int exit_status (void);