diff options
| author | Bill Wendling <isanbard@gmail.com> | 2007-10-06 01:56:01 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2007-10-06 01:56:01 +0000 |
| commit | bc03521fc94d4daf9d661fc58904ce92cff78efa (patch) | |
| tree | 5c333c913a88c3ada358fa045b7b62d0f131746b /clang/docs/InternalsManual.html | |
| parent | 650dcf6027ab5fb8bb1f4e223b6d480c6a810d98 (diff) | |
| download | bcm5719-llvm-bc03521fc94d4daf9d661fc58904ce92cff78efa.tar.gz bcm5719-llvm-bc03521fc94d4daf9d661fc58904ce92cff78efa.zip | |
Fix spacing issues.
llvm-svn: 42676
Diffstat (limited to 'clang/docs/InternalsManual.html')
| -rw-r--r-- | clang/docs/InternalsManual.html | 14 |
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> + 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> }<br> </code> |

