Fix whitespace to be more consistent with AsmPrinter's style.

llvm-svn: 104962
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html
index bf050c4..88c7676 100644
--- a/llvm/docs/FAQ.html
+++ b/llvm/docs/FAQ.html
@@ -803,7 +803,7 @@
         ret void
 }
 define void @bar() {
-        call void @foo( )
+        call void @foo()
         ret void
 }
 </pre>