From: Erik Faye-Lund Date: Mon, 3 Jun 2019 16:54:05 +0000 (+0200) Subject: docs: remove some noisy spacing in pre-blocks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c4a4fb09a1e5610568b25896aabb262801b2ed0;p=mesa.git 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 --- 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