Skip to content

Commit 95459a7

Browse files
committed
自動リンクがつくようにスペースを挿入
1 parent dd16f31 commit 95459a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/iomanip/resetiosflags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ void f(std::ios_base& str, std::ios_base::fmtflags mask) {
3030

3131
##
3232
```cpp example
33-
#include<iostream>
34-
#include<iomanip>
33+
#include <iostream>
34+
#include <iomanip>
3535

3636
int main()
3737
{

reference/iomanip/setiosflags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ void f(std::ios_base& str, std::ios_base::fmtflags mask) {
3030

3131
##
3232
```cpp example
33-
#include<iostream>
34-
#include<iomanip>
33+
#include <iostream>
34+
#include <iomanip>
3535

3636
int main()
3737
{

0 commit comments

Comments
 (0)