From: Michael Gottesman Date: Wed, 19 Dec 2012 18:42:42 +0000 (+0000) Subject: Forgot to remove trailing whitespace when I converted the BlockLanguageSpec.txt ... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e704ed7a54759fa3e07a050a283ba093fe7c8ac;p=clang Forgot to remove trailing whitespace when I converted the BlockLanguageSpec.txt => BlockLanguageSpec.rst. It has been eliminated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170572 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/BlockLanguageSpec.rst b/docs/BlockLanguageSpec.rst index f23976e934..6204651fdf 100644 --- a/docs/BlockLanguageSpec.rst +++ b/docs/BlockLanguageSpec.rst @@ -81,7 +81,7 @@ operator. .. code-block:: c Block_literal_expression ::= ^ block_decl compound_statement_body - block_decl ::= + block_decl ::= block_decl ::= parameter_list block_decl ::= type_expression @@ -359,4 +359,3 @@ normal variable of C pointer type. Member variables that are Blocks may not be overloaded by the types of their arguments. -