summaryrefslogtreecommitdiffstats
path: root/llvm/docs/FAQ.html
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r--llvm/docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html
index bf050c492e2..88c76767bd4 100644
--- a/llvm/docs/FAQ.html
+++ b/llvm/docs/FAQ.html
@@ -803,7 +803,7 @@ define fastcc void @foo() {
ret void
}
define void @bar() {
- call void @foo( )
+ call void @foo()
ret void
}
</pre>
OpenPOWER on IntegriCloud