summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/shared/project/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-25 00:33:07 +0800
committerruki <[email protected]>2020-09-25 00:33:07 +0800
commit90af4956738036172984f068502624bbc515cae7 (patch)
tree7cd7177becaf98e676ae8eaa478f042e14505d3a /xmake/templates/c++/shared/project/src/main.cpp
parent700f08a7bae11c22295f884610f98b7b99eb1790 (diff)
fix trailing white-space
Diffstat (limited to 'xmake/templates/c++/shared/project/src/main.cpp')
-rw-r--r--xmake/templates/c++/shared/project/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/c++/shared/project/src/main.cpp b/xmake/templates/c++/shared/project/src/main.cpp
index 72e03272b..1bee1b2ad 100644
--- a/xmake/templates/c++/shared/project/src/main.cpp
+++ b/xmake/templates/c++/shared/project/src/main.cpp
@@ -5,6 +5,6 @@ using namespace std;
int main(int argc, char** argv)
{
- cout << "add(1, 2) = " << add(1, 2) << endl;
+ cout << "add(1, 2) = " << add(1, 2) << endl;
return 0;
}