]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170572 91177308-0d34-0410-b5e6-96231b3b80d8

docs/BlockLanguageSpec.rst

index f23976e93473cd4ce00a51d59d731100eba5ea17..6204651fdf4dd8335df1943e5405927724784007 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.
-