Fix the indentation in this documentation to remove a Sphinx warning; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 28 Jun 2018 12:00:16 +0000 (12:00 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 28 Jun 2018 12:00:16 +0000 (12:00 +0000)
llvm-svn: 335841

clang/include/clang/Basic/AttrDocs.td

index 8210bf0..53ae80b 100644 (file)
@@ -2946,11 +2946,10 @@ X86 Supports Indirect Branch Tracking (IBT) as part of Control-Flow
 Enforcement Technology (CET). IBT instruments ENDBR instructions used to
 specify valid targets of indirect call / jmp.
 The ``nocf_check`` attribute has two roles:
-1. Appertains to a function - do not add ENDBR instruction at the
-    beginning of the function.
-2. Appertains to a function pointer - do not track the target
-    function of this pointer (by adding nocf_check prefix to the
-    indirect-call instruction).
+1. Appertains to a function - do not add ENDBR instruction at the beginning of
+the function.
+2. Appertains to a function pointer - do not track the target function of this
+pointer (by adding nocf_check prefix to the indirect-call instruction).
 }];
 }