OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Sat, 17 Nov 2018 04:26:00 +0000 (12:26 +0800)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Sat, 17 Nov 2018 04:26:00 +0000 (12:26 +0800)
docs/intro/common-mistakes.md

index 548af47..93e6617 100644 (file)
@@ -9,6 +9,7 @@
         ```
         该宏返回的值并非 $4^2 = 16$ 而是 $2+2\times 2+2 = 8$。
 2.  文件操作有可能会发生的错误。
+
     -   对拍时未清除文件指针即 `fclose(fp)` 就又令 `fp = fopen()`, 这会使得进程出现大量的文件野指针。
     -   `freopen()` 中的文件名未加 `.in`/`.out`。