libselinux: label_file.c: fix indent

Found by clang-tidy.

libselinux/src/label_file.c:374:4: warning: different indentation for 'if' and corresponding 'else' [readability-misleading-indentation]
                 else
                 ^

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
Christian Göttsche 2021-05-03 17:11:31 +02:00 committed by Petr Lautrbach
parent e057080fcc
commit 2657e3ccbd

View file

@ -371,7 +371,7 @@ end_arch_check:
if (stem_id < 0 || stem_id >= (int32_t)stem_map_len)
spec->stem_id = -1;
else
else
spec->stem_id = stem_map[stem_id];
/* retrieve the hasMetaChars bit */