mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
indent: Fix indentation of read_block in g10/import.c
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
214b007726
commit
60e7e102a1
1 changed files with 67 additions and 66 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue