From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Alcantara Date: Mon, 11 Jan 2021 11:13:28 -0300 Subject: [PATCH 1/1] tools: efivar.py: incorrect indentation In-Reply-To: <20210109010533.11779-1-xypron.glpk@gmx.de> References: <20210109010533.11779-1-xypron.glpk@gmx.de> Message-ID: <87y2gzlfxz.fsf@cjr.nz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heinrich Schuchardt writes: > According to https://pep8.org/#indentation we should use 4 spaces per > indentation level. > > Signed-off-by: Heinrich Schuchardt > --- > tools/efivar.py | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) Reviewed-by: Paulo Alcantara (SUSE)