summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Exec/ExecMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Exec/ExecMain.c')
-rw-r--r--Tests/Dependency/Exec/ExecMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Dependency/Exec/ExecMain.c b/Tests/Dependency/Exec/ExecMain.c
index d2f551c..9572afd 100644
--- a/Tests/Dependency/Exec/ExecMain.c
+++ b/Tests/Dependency/Exec/ExecMain.c
@@ -5,7 +5,7 @@ void NoDepCFunction();
void SixAFunction();
void SixBFunction();
-int main( )
+int main()
{
SixAFunction();
SixBFunction();