summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/pack/src/main.cpp')
-rw-r--r--tests/plugins/pack/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}