From 5e601ad3bcb9fbeb1336dc728ac0eed196bce698 Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Wed, 19 Jul 2023 16:10:55 +0800 Subject: [PATCH] [NFC] Add a blank line after directives in StandardCPlusPlusModules.rst --- clang/docs/StandardCPlusPlusModules.rst | 1 + 1 file changed, 1 insertion(+) 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; -- 2.7.4