Forgot to remove trailing whitespace when I converted the BlockLanguageSpec.txt ...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 19 Dec 2012 18:42:42 +0000 (18:42 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 19 Dec 2012 18:42:42 +0000 (18:42 +0000)
llvm-svn: 170572

clang/docs/BlockLanguageSpec.rst

index f23976e..6204651 100644 (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.
-