Fixing docs build
authorChris Bieneman <chris.bieneman@me.com>
Mon, 27 Sep 2021 19:16:28 +0000 (14:16 -0500)
committerChris Bieneman <chris.bieneman@me.com>
Mon, 27 Sep 2021 19:16:28 +0000 (14:16 -0500)
I always forget that new line...

clang/docs/LanguageExtensions.rst

index 231c20dab1caa248659713c500fb328b8b91285e..56e351183899b8662a720608c8f44d0aeb45838e 100644 (file)
@@ -3951,6 +3951,7 @@ Clang supports the pragma ``#pragma clang final``, which can be used to
 mark macros as final, meaning they cannot be undef'd or re-defined. For example:
 
 .. code-block:: c
+
    #define FINAL_MACRO 1
    #pragma clang final(FINAL_MACRO)