summaryrefslogtreecommitdiffstats
path: root/tinySIGCOMP/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinySIGCOMP/test/test.c')
-rwxr-xr-xtinySIGCOMP/test/test.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/tinySIGCOMP/test/test.c b/tinySIGCOMP/test/test.c
index b18c325..f4bf971 100755
--- a/tinySIGCOMP/test/test.c
+++ b/tinySIGCOMP/test/test.c
@@ -1,19 +1,19 @@
/*
* Copyright (C) 2009 Mamadou Diop.
* Copyright (C) 2012 Doubango Telecom <http://doubango.org>.
-*
+*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
-*
+*
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
-*
+*
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
*
@@ -44,18 +44,18 @@ int main()
#endif
{
#if TEST_TORTURES
- test_tortures();
+ test_tortures();
#endif
#if TEST_MANAGER
- test_manager();
+ test_manager();
#endif
#if TEST_OSC
- test_osc();
+ test_osc();
#endif
-
- getchar();
- return 0;
+ getchar();
+
+ return 0;
}
OpenPOWER on IntegriCloud