[NFC] Add a blank line after directives in StandardCPlusPlusModules.rst
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Wed, 19 Jul 2023 08:10:55 +0000 (16:10 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Wed, 19 Jul 2023 08:10:55 +0000 (16:10 +0800)
clang/docs/StandardCPlusPlusModules.rst

index f7778ec..51f6731 100644 (file)
@@ -554,6 +554,7 @@ the compilation of ``use.cpp`` may be slower than
 the following style significantly:
 
 .. code-block:: c++
+
   module;
   #include "big.header.h"
   export module m:big.header.wrapper;