Skip to content
Snippets Groups Projects
Commit 0e704ed7 authored by Michael Gottesman's avatar Michael Gottesman
Browse files

Forgot to remove trailing whitespace when I converted the...

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
parent 822dd4c7
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ operator. ...@@ -81,7 +81,7 @@ operator.
.. code-block:: c .. code-block:: c
Block_literal_expression ::= ^ block_decl compound_statement_body Block_literal_expression ::= ^ block_decl compound_statement_body
block_decl ::= block_decl ::=
block_decl ::= parameter_list block_decl ::= parameter_list
block_decl ::= type_expression block_decl ::= type_expression
...@@ -359,4 +359,3 @@ normal variable of C pointer type. ...@@ -359,4 +359,3 @@ normal variable of C pointer type.
Member variables that are Blocks may not be overloaded by the types of Member variables that are Blocks may not be overloaded by the types of
their arguments. their arguments.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment