From 8c94859cd7bb1060ea2faf1dc15336776739ac33 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264654 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 386752e2cff9..56381445e451 100644 --- a/docs/GettingStarted.rst +++ b/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: