OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Wed, 7 Aug 2019 06:57:31 +0000 (02:57 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Wed, 7 Aug 2019 06:57:31 +0000 (02:57 -0400)
docs/lang/file-op.md

index 7ea8fbb..872fce9 100644 (file)
@@ -72,7 +72,7 @@ fclose(stdout);
 ```
 
 !!! 注
-    `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件
+     `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件
 
 ### 模板