diff options
Diffstat (limited to 'tests/plugins/pack/src/main.cpp')
| -rw-r--r-- | tests/plugins/pack/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/plugins/pack/src/main.cpp b/tests/plugins/pack/src/main.cpp index 7c435d251..e64ad9bc2 100644 --- a/tests/plugins/pack/src/main.cpp +++ b/tests/plugins/pack/src/main.cpp @@ -2,8 +2,7 @@ using namespace std; -int main(int argc, char** argv) -{ +int main(int argc, char** argv) { cout << "hello world!" << endl; return 0; } |
