aboutsummaryrefslogtreecommitdiffstats
path: root/eztester.h
diff options
context:
space:
mode:
Diffstat (limited to 'eztester.h')
-rw-r--r--eztester.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/eztester.h b/eztester.h
index 682d348..c216dd3 100644
--- a/eztester.h
+++ b/eztester.h
@@ -47,7 +47,8 @@ void eztester_run(eztester_list *test_list, const eztester_behavior behavior);
/* Wrapper for `system` function
*
- * if command is null return the availability of a shell (negated result of system's behavior)
+ * if command is null return the availability of a shell (negated result of
+ * system's behavior)
*
* If command is not null return the exit status of the process
*/