mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
indent: Fix indentation of read_block in g10/import.c
-- Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit 60e7e102a153a246d7e887a64e30dbb4c4f7b6dd)
This commit is contained in:
parent
ef50fdf82a
commit
5b47b46132
@ -882,7 +882,8 @@ read_block( IOBUF a, int with_meta,
|
|||||||
pkt = NULL;
|
pkt = NULL;
|
||||||
goto ready;
|
goto ready;
|
||||||
}
|
}
|
||||||
in_cert = 1; /* fall through */
|
in_cert = 1;
|
||||||
|
/* fall through */
|
||||||
default:
|
default:
|
||||||
x_default:
|
x_default:
|
||||||
if (in_cert && valid_keyblock_packet (pkt->pkttype))
|
if (in_cert && valid_keyblock_packet (pkt->pkttype))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user