Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cfda522

Browse filesBrowse files
authored
book: fix indent (#236)
1 parent b5f5940 commit cfda522
Copy full SHA for cfda522

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎book/zh-cn/03-runtime.md

Copy file name to clipboardExpand all lines: book/zh-cn/03-runtime.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ int main() {
397397

398398
int main() {
399399

400-
std::string str = "Hello world.";
401-
std::vector<std::string> v;
400+
std::string str = "Hello world.";
401+
std::vector<std::string> v;
402402

403403
// 将使用 push_back(const T&), 即产生拷贝行为
404404
v.push_back(str);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.