diff options
Diffstat (limited to 'tests/apis/namespace/nested/src/main.cpp')
| -rw-r--r-- | tests/apis/namespace/nested/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/namespace/nested/src/main.cpp b/tests/apis/namespace/nested/src/main.cpp index 4cf7b5e62..b2c84c4bd 100644 --- a/tests/apis/namespace/nested/src/main.cpp +++ b/tests/apis/namespace/nested/src/main.cpp @@ -2,7 +2,7 @@ #include "bar.h" #include <iostream> -int main(int argc, char** argv) { +int main(int argc, char **argv) { std::cout << "add(1, 2) = " << add(1, 2) << std::endl; std::cout << "sub(2, 1) = " << sub(2, 1) << std::endl; return 0; |
