Fix whitespace to be more consistent with AsmPrinter's style.
[oota-llvm.git] / docs / FAQ.html
index bf050c492e2f1633644fe37ba4b03d8db2609367..88c76767bd4a2f7d2b8975d693222547cae4e483 100644 (file)
@@ -803,7 +803,7 @@ define fastcc void @foo() {
         ret void
 }
 define void @bar() {
-        call void @foo( )
+        call void @foo()
         ret void
 }
 </pre>