grub/grub-core
Daniel Axtens 59c8e9fb53 lzma: Fix compilation error under clang 10
Compiling under clang 10 gives:

grub-core/lib/LzmaEnc.c:1362:9: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
        {
        ^
grub-core/lib/LzmaEnc.c:1358:7: note: previous statement is here
      if (repIndex == 0)
      ^
1 error generated.

It's not really that unclear in context: there's a commented-out
if-statement. But tweak the alignment anyway so that clang is happy.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2020-10-30 21:53:00 +01:00
..
2020-07-29 16:55:47 +02:00
2020-07-29 16:55:48 +02:00
2020-07-29 16:55:47 +02:00
2020-10-30 21:53:00 +01:00
2020-07-29 16:55:47 +02:00
2020-07-29 16:55:47 +02:00
2020-07-29 16:55:48 +02:00
2020-07-29 16:55:47 +02:00
2020-09-11 15:45:56 +02:00
2017-08-14 16:27:10 +02:00
2017-05-03 12:49:31 +02:00
2013-04-27 02:00:16 +02:00
2019-02-25 14:02:05 +01:00
2017-05-03 12:49:31 +02:00