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:
parent
e057080fcc
commit
2657e3ccbd
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue