From 91f6ed08fe32e36d555129efa4afdd82113f0eb4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 9 Nov 2025 19:51:04 +0800 Subject: format tests and templates --- tests/apis/namespace/nested/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/apis/namespace/nested/src/main.cpp') 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 -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; -- cgit v1.3.1