From 6d693da568e2a629a391432e56a146ee7463e9a9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 22 Jun 2009 21:56:03 +0000 Subject: Fix coding styles on tests. --- tests/error.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/error.c') diff --git a/tests/error.c b/tests/error.c index fc42476..f1ef6ee 100644 --- a/tests/error.c +++ b/tests/error.c @@ -19,11 +19,13 @@ *************************************************************************/ #include "../libdimension/dimension.h" +#include -int main() +int +main() { dmnsn_set_resilience(DMNSN_SEVERITY_LOW); dmnsn_error(DMNSN_SEVERITY_LOW, "This error is expected."); - return 0; + return EXIT_SUCCESS; } -- cgit v1.2.3