summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Exec4/ExecMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Exec4/ExecMain.c')
-rw-r--r--Tests/Dependency/Exec4/ExecMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Dependency/Exec4/ExecMain.c b/Tests/Dependency/Exec4/ExecMain.c
index 3f53573..0cfcce9 100644
--- a/Tests/Dependency/Exec4/ExecMain.c
+++ b/Tests/Dependency/Exec4/ExecMain.c
@@ -3,7 +3,7 @@
void FiveFunction();
void TwoFunction();
-int main( )
+int main()
{
FiveFunction();
TwoFunction();