tools: efivar.py: incorrect indentation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 9 Jan 2021 01:02:24 +0000 (02:02 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Jan 2021 01:38:00 +0000 (02:38 +0100)
commit45c0792c0208f2874a36b8730401ddbbb607cb75
tree04aaa1f48bb1ab8711623c3e299dfc9980e3a3d3
parent4f6ec7754b1342ae9f9df4524fa9fa45299f3d68
tools: efivar.py: incorrect indentation

According to https://pep8.org/#indentation we should use 4 spaces per
indentation level.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
tools/efivar.py