summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-06 01:56:01 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-06 01:56:01 +0000
commitbc03521fc94d4daf9d661fc58904ce92cff78efa (patch)
tree5c333c913a88c3ada358fa045b7b62d0f131746b /clang
parent650dcf6027ab5fb8bb1f4e223b6d480c6a810d98 (diff)
downloadbcm5719-llvm-bc03521fc94d4daf9d661fc58904ce92cff78efa.tar.gz
bcm5719-llvm-bc03521fc94d4daf9d661fc58904ce92cff78efa.zip
Fix spacing issues.
llvm-svn: 42676
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/InternalsManual.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html
index 640fd0bd7c5..b7cf3f199c3 100644
--- a/clang/docs/InternalsManual.html
+++ b/clang/docs/InternalsManual.html
@@ -310,13 +310,13 @@ and represent it in the AST perfectly, but the semantics of operations need to
<code>
void func() {<br>
- typedef int foo;<br>
- foo X, *Y;<br>
- typedef foo* bar;<br>
- bar Z;<br>
- *X; <i>// error</i><br>
- **Y; <i>// error</i><br>
- **Z; <i>// error</i><br>
+&nbsp;&nbsp;typedef int foo;<br>
+&nbsp;&nbsp;foo X, *Y;<br>
+&nbsp;&nbsp;typedef foo* bar;<br>
+&nbsp;&nbsp;bar Z;<br>
+&nbsp;&nbsp;*X; <i>// error</i><br>
+&nbsp;&nbsp;**Y; <i>// error</i><br>
+&nbsp;&nbsp;**Z; <i>// error</i><br>
}<br>
</code>
OpenPOWER on IntegriCloud