docs: Try to remove weird linebreak from generated html.
authorNico Weber <nicolasweber@gmx.de>
Mon, 28 Mar 2016 21:00:21 +0000 (21:00 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 28 Mar 2016 21:00:21 +0000 (21:00 +0000)
llvm-svn: 264654

llvm/docs/GettingStarted.rst

index 386752e..5638144 100644 (file)
@@ -96,9 +96,9 @@ Here's the short story for getting up and running quickly with LLVM:
 
      * ``Unix Makefiles`` --- for generating make-compatible parallel makefiles.
      * ``Ninja`` --- for generating `Ninja <https://ninja-build.org>`_
-        build files. Most llvm developers use Ninja.
+       build files. Most llvm developers use Ninja.
      * ``Visual Studio`` --- for generating Visual Studio projects and
-        solutions.
+       solutions.
      * ``Xcode`` --- for generating Xcode projects.
 
      Some Common options: