summaryrefslogtreecommitdiff
path: root/Tests/Dependency/Exec2/ExecMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Exec2/ExecMain.c')
-rw-r--r--Tests/Dependency/Exec2/ExecMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Dependency/Exec2/ExecMain.c b/Tests/Dependency/Exec2/ExecMain.c
index d08a796c34..385cce1b6f 100644
--- a/Tests/Dependency/Exec2/ExecMain.c
+++ b/Tests/Dependency/Exec2/ExecMain.c
@@ -3,7 +3,7 @@
void FiveFunction();
void EightFunction();
-int main( )
+int main()
{
FiveFunction();
EightFunction();