diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-07-08 19:43:08 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-07-08 19:43:08 +0000 |
commit | 7b07d4ae5ad66bba497d072e7e95f65aea63c187 (patch) | |
tree | fca76ad1be5631fac643e2605711cf6c02ea4b2c | |
parent | 24bae92f08ae098cc50a602d8cf1273b423e14da (diff) |
Add missing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107897 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/installation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index c82683fb5d..9eaacd72d7 100644 --- a/www/analyzer/installation.html +++ b/www/analyzer/installation.html @@ -91,7 +91,7 @@ source code</a>.<p> <li>The location of the <tt>clang</tt> binary. <p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the -default), the resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts +default), the resultant <tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts (where <tt>$(OBJDIR)</tt> is often the same as the root source directory). You can also do <tt>make install</tt> to install the LLVM/Clang libaries and binaries to the installation directory of your choice (specified when you run |