diff options
Diffstat (limited to 'Tests/PositionIndependentTargets')
-rw-r--r-- | Tests/PositionIndependentTargets/main.cpp | 5 | ||||
-rw-r--r-- | Tests/PositionIndependentTargets/pic_main.cpp | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Tests/PositionIndependentTargets/main.cpp b/Tests/PositionIndependentTargets/main.cpp index e72cef7..e9ad257 100644 --- a/Tests/PositionIndependentTargets/main.cpp +++ b/Tests/PositionIndependentTargets/main.cpp @@ -1,2 +1,5 @@ -int main(int,char**) { return 0; } +int main(int, char**) +{ + return 0; +} diff --git a/Tests/PositionIndependentTargets/pic_main.cpp b/Tests/PositionIndependentTargets/pic_main.cpp index 6a41a7a..3246eee 100644 --- a/Tests/PositionIndependentTargets/pic_main.cpp +++ b/Tests/PositionIndependentTargets/pic_main.cpp @@ -1,4 +1,7 @@ #include "pic_test.h" -int main(int,char**) { return 0; } +int main(int, char**) +{ + return 0; +} |