From patchwork Tue Dec 29 20:53:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 561619 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 054C3140C59 for ; Wed, 30 Dec 2015 07:53:43 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=uJ+1n1V5; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C35BB32040; Tue, 29 Dec 2015 20:53:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id giKtFdpWjKJC; Tue, 29 Dec 2015 20:53:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9E7F332039; Tue, 29 Dec 2015 20:53:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 23AF41BFBFD for ; Tue, 29 Dec 2015 20:53:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1C1B532039 for ; Tue, 29 Dec 2015 20:53:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zLHsOovd-X14 for ; Tue, 29 Dec 2015 20:53:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by silver.osuosl.org (Postfix) with ESMTPS id 4B83131F47 for ; Tue, 29 Dec 2015 20:53:39 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id f206so55702763wmf.0 for ; Tue, 29 Dec 2015 12:53:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=D40CtSTC/aaH8hcJhjaRafXbA8tZJLT6/s7LosCGBWE=; b=uJ+1n1V5BIbHpDrfZpQRS5y0qMWgtXrkCdcppKlgPBqWfgtf5TfLcDvi/yq98paAIj S5MH7zsXP+rHDkStHqKLSMxmMC5cyLFSN8PJTX6KkPhYS/V+qI62pcNFskWBCyMPMsce dV1OajQgiiVtf5kvny3yVIgw3naDs+F8sttx/2/jmwcjdoGcUvAog2F0WDRN5DCY4gAh 5ovLp/nmumSY1Ag0C/pdjznQKRTxpTumKvJ5oh2ao2wkRqYfzCFKQ1T58qKbzbtTOmZm uJlhfq3EbWJgkJPT3zGFcye2Jq4VhhPBrjxzp/q5me0DBTj060TRMaegBJTBvnoWPiey T8Qw== X-Received: by 10.194.203.99 with SMTP id kp3mr66695146wjc.3.1451422417998; Tue, 29 Dec 2015 12:53:37 -0800 (PST) Received: from localhost.localdomain ([89.202.204.147]) by smtp.gmail.com with ESMTPSA id r10sm38133502wjz.24.2015.12.29.12.53.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Dec 2015 12:53:36 -0800 (PST) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Tue, 29 Dec 2015 21:53:25 +0100 Message-Id: <1451422405-18339-1-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] docs/website: fixing pre block indentation X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Pre block should not be indented, this patch fixes wrong indentation. Signed-off-by: Angelo Compagnucci --- docs/website/download.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/website/download.html b/docs/website/download.html index 46f601d..34b06bf 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -137,9 +137,9 @@ tree at any time so it is in sync with the latest and greatest by entering your buildroot directory and running the command: -
-		  git pull
-		
+
+git pull
+
Because you've only been granted anonymous access to the tree, you won't be able to push your changes to the repo. Changes can instead be submitted for