util/cbfstool/lzma: Make clang-11+'s indentation checker happy
commita58e5034426f657491550ccc6d6d2423e4cdb45f
authorPatrick Georgi <pgeorgi@google.com>
Wed, 29 Jan 2020 20:01:27 +0000 (29 21:01 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Sat, 1 Feb 2020 19:51:31 +0000 (1 19:51 +0000)
tree5ec5ddd0355384a370b826028895b4fd26af1cb8
parent60a4e952e9df5206d3b5acc7e063057d9bd2aed5
util/cbfstool/lzma: Make clang-11+'s indentation checker happy

Newest clang compilers warn about "misleading indentation", and because
warnings-are-errors in our builds, that breaks the build.

The lzma code base is vendored in, so we might just have to update it,
but that's a bigger effort than just removing a couple of spaces (the
coding style of the file is horrible, but I will only change it as much
as the compilers ask for).

BUG=chromium:1039526

Change-Id: I6b9d7a760380081af996ea5412d7e3e688048bfd
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38637
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
util/cbfstool/lzma/C/LzmaEnc.c