From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::243; helo=mail-io0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D620A221786B1 for ; Thu, 30 Nov 2017 10:44:28 -0800 (PST) Received: by mail-io0-x243.google.com with SMTP id d21so8597301ioe.7 for ; Thu, 30 Nov 2017 10:48:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ubXFHjBGFLFqTls1QIlZXYx9Ms3LwBplYcrNzBdFJ5M=; b=bkrZs9WbxAmzKj2SmWf+TH4rGg5jtAa6jkMLHBW/KqmUiSnpuqa+zzLXdMNyOkkMJp HUxdBlcoD2TMXvQih5l/4oFfZ2HI7eR1tCwEGUZJrIL1IVcsRF4ZmYpmB7OB3a3bM/87 hkSiDvJ0oqTn1BTnqCg2D8ksajRuHyp1NG07k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ubXFHjBGFLFqTls1QIlZXYx9Ms3LwBplYcrNzBdFJ5M=; b=jRBgQotJrV3anEaVHwnBOoQTjdY2WqUUrjbaRARKXKds8ixTGbgWKNcM5Cudkvy1n1 LHELyeXc8YhP2t0bNA6xYWNhrGCI6/dTe6eluexFjDl1Q++kkfkdWF2dH9fhgKiM41j+ FMWJgCECpADJWaOqgK/HsNxU3VGHWnX1raMllxzl5bW/YZFedg3o6cNyx1dVBpQ7ImeA T9VL+KIiEZZexhyE/IwuRWzzJLq/sjC8bWD0ul9RigPo5S/cTauHA1ohF+Dz9ERp7a0p oOSgbFO6OgW5qjAnKY4RaWIsvW4Cvso2YXf3IZlfqRkOvHE6/haRZVp9JB6QRmom+MRb txHA== X-Gm-Message-State: AJaThX6C3C86W7OzEPmvJ5XvVqhe0KrTUiQ/2ovbDu90l8IhSNX/4tn4 wblLRu/jAKzmMdodw98vnvIagv/Dr1jocOcE87KzBg== X-Google-Smtp-Source: AGs4zMbtLf6c5veum8INw5DRwhidXfR68Zr7i0z6dC/DPzmJY+IZZjV5UejeA17EgoQuM9RTx8eWTmGk8zJYNhpwLWs= X-Received: by 10.107.174.222 with SMTP id n91mr8771659ioo.43.1512067733333; Thu, 30 Nov 2017 10:48:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Thu, 30 Nov 2017 10:48:52 -0800 (PST) In-Reply-To: References: <20171129183505.7954-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Thu, 30 Nov 2017 18:48:52 +0000 Message-ID: To: Laszlo Ersek Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH edk2-platforms] Silicon/SynQuacerPciHostBridgeLib: fix weird indentation X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 18:44:29 -0000 Content-Type: text/plain; charset="UTF-8" On 29 November 2017 at 19:24, Laszlo Ersek wrote: > Hi Ard, > > On 11/29/17 19:35, Ard Biesheuvel wrote: >> Fix the weird indentation in the various #defines in the file containing >> the RC init code. This is a whitespace only change. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel >> --- >> Silicon/Socionext/SynQuacer/Library/SynQuacerPciHostBridgeLib/SynQuacerPciHostBridgeLibConstructor.c | 138 ++++++++++---------- >> 1 file changed, 69 insertions(+), 69 deletions(-) > > I'm not really supposed to comment on this, but the pre-patch > indentation is "native" to edk2. See for example > > MdePkg/Include/IndustryStandard/Pci22.h > > I also follwed it in > > OvmfPkg/Include/IndustryStandard/Q35MchIch9.h > OvmfPkg/Include/IndustryStandard/I440FxPiix4.h > Yeah. I cleaned it up anyway :-) Pushed as 7a74db8e88ca6926599a7bf60cd8ef92f260388e