Forgot to remove trailing whitespace when I converted the BlockLanguageSpec.txt => BlockLanguageSpec.rst. It has been eliminated.

llvm-svn: 170572
This commit is contained in:
Michael Gottesman 2012-12-19 18:42:42 +00:00
parent b166b92908
commit 42845efb2d
1 changed files with 1 additions and 2 deletions

View File

@ -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.