From: Chuanqi Xu Date: Wed, 19 Jul 2023 08:10:55 +0000 (+0800) Subject: [NFC] Add a blank line after directives in StandardCPlusPlusModules.rst X-Git-Tag: upstream/17.0.6~1210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e601ad3bcb9fbeb1336dc728ac0eed196bce698;p=platform%2Fupstream%2Fllvm.git [NFC] Add a blank line after directives in StandardCPlusPlusModules.rst --- diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst index f7778ec..51f6731 100644 --- a/clang/docs/StandardCPlusPlusModules.rst +++ b/clang/docs/StandardCPlusPlusModules.rst @@ -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;