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

Sign up
Appearance settings

Commit cfda522

Browse files
authored
book: fix indent (#236)
1 parent b5f5940 commit cfda522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines 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)

AltStyle によって変換されたページ (->オリジナル) /