diff options
Diffstat (limited to 'tests/projects/c++/shared_library/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/shared_library/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/shared_library/src/main.cpp b/tests/projects/c++/shared_library/src/main.cpp index ed1924789..41e494481 100644 --- a/tests/projects/c++/shared_library/src/main.cpp +++ b/tests/projects/c++/shared_library/src/main.cpp @@ -3,7 +3,7 @@ using namespace std; -int main(int argc, char** argv) { +int main(int argc, char **argv) { cout << "add(1, 2) = " << add(1, 2) << endl; return 0; } |
