OSDN Git Service

[Docs] Fix Unexpected indentation errors.
authorAkira Hatanaka <ahatanaka@apple.com>
Tue, 15 Dec 2015 19:11:48 +0000 (19:11 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Tue, 15 Dec 2015 19:11:48 +0000 (19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255665 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 79856a3..21ca7ec 100644 (file)
@@ -5468,6 +5468,7 @@ instructions is described in the
 
 Executing a ``catchpad`` instruction constitutes "entering" that pad.
 The pad may then be "exited" in one of three ways:
+
 1)  explicitly via a ``catchret`` that consumes it.  Executing such a ``catchret``
     is undefined behavior if any descendant pads have been entered but not yet
     exited.
@@ -8630,6 +8631,7 @@ The ``cleanuppad`` instruction has several restrictions:
 
 Executing a ``cleanuppad`` instruction constitutes "entering" that pad.
 The pad may then be "exited" in one of three ways:
+
 1)  explicitly via a ``cleanupret`` that consumes it.  Executing such a ``cleanupret``
     is undefined behavior if any descendant pads have been entered but not yet
     exited.