diff options
Diffstat (limited to 'tests/plugins')
| -rw-r--r-- | tests/plugins/macro/src/main.cpp | 2 | ||||
| -rw-r--r-- | tests/plugins/pack/src/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/macro/src/main.cpp b/tests/plugins/macro/src/main.cpp index 7c775d288..9b6abffea 100644 --- a/tests/plugins/macro/src/main.cpp +++ b/tests/plugins/macro/src/main.cpp @@ -1,6 +1,6 @@ #include <iostream> -int main(int argc, char** argv) { +int main(int argc, char **argv) { std::cout << "hello world!" << std::endl; return 0; } diff --git a/tests/plugins/pack/src/main.cpp b/tests/plugins/pack/src/main.cpp index e64ad9bc2..55d2f380a 100644 --- a/tests/plugins/pack/src/main.cpp +++ b/tests/plugins/pack/src/main.cpp @@ -2,7 +2,7 @@ using namespace std; -int main(int argc, char** argv) { +int main(int argc, char **argv) { cout << "hello world!" << endl; return 0; } |
