From 7c4a4fb09a1e5610568b25896aabb262801b2ed0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 3 Jun 2019 18:54:05 +0200 Subject: [PATCH] docs: remove some noisy spacing in pre-blocks These newlines caused the blocks to have trailing newlines in them, which renders a bit noisily. Signed-off-by: Erik Faye-Lund Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- docs/repository.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/repository.html b/docs/repository.html index 012d3d9ba08..6f8d65ce366 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -51,17 +51,11 @@ To get the Mesa sources anonymously (read-only):
  1. Install the git software on your computer if needed.
  2. Get an initial, local copy of the repository with: -
    -    git clone https://gitlab.freedesktop.org/mesa/mesa.git
    -    
    +
    git clone https://gitlab.freedesktop.org/mesa/mesa.git
  3. Later, you can update your tree from the master repository with: -
    -    git pull origin
    -    
    +
    git pull origin
  4. If you also want the Mesa demos/tests repository: -
    -    git clone https://gitlab.freedesktop.org/mesa/demos.git
    -    
    +
    git clone https://gitlab.freedesktop.org/mesa/demos.git
-- 2.30.2