summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/phony2/include/foo.h
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-09 19:51:04 +0800
committerruki <[email protected]>2025-11-09 19:51:04 +0800
commit91f6ed08fe32e36d555129efa4afdd82113f0eb4 (patch)
tree2bfee23488c8479c83833677262ee83b9e362cbb /tests/projects/c++/modules/phony2/include/foo.h
parentc89c94bf89e98c8e42e786aacc0b334a57474179 (diff)
format tests and templates
Diffstat (limited to 'tests/projects/c++/modules/phony2/include/foo.h')
-rw-r--r--tests/projects/c++/modules/phony2/include/foo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/phony2/include/foo.h b/tests/projects/c++/modules/phony2/include/foo.h
index e66099202..025d24b7c 100644
--- a/tests/projects/c++/modules/phony2/include/foo.h
+++ b/tests/projects/c++/modules/phony2/include/foo.h
@@ -1 +1,3 @@
-inline int foo() { return 5; }
+inline int foo() {
+ return 5;
+}