mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
src/vfs/tar/tar-xheader.c: indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
465d8b962a
commit
5bb5442cd1
@ -773,7 +773,7 @@ sparse_major_decoder (struct tar_stat_info *st, const char *keyword, const char
|
||||
(void) size;
|
||||
|
||||
if (!decode_num (&u, arg, INTMAX_MAX, keyword))
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
|
||||
st->sparse_major = u;
|
||||
return TRUE;
|
||||
@ -789,7 +789,7 @@ sparse_minor_decoder (struct tar_stat_info *st, const char *keyword, const char
|
||||
(void) size;
|
||||
|
||||
if (!decode_num (&u, arg, INTMAX_MAX, keyword))
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
|
||||
st->sparse_minor = u;
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user