From 83c3bd3e59ffeda483f4fa16a18b4050df8be0f7 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 28 Mar 2016 21:00:21 +0000 Subject: [PATCH] docs: Try to remove weird linebreak from generated html. llvm-svn: 264654 --- llvm/docs/GettingStarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 386752e..5638144 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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 `_ - 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: -- 2.7.4