1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +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:
Werner Koch 2018-07-04 09:45:52 +02:00
parent 214b007726
commit 60e7e102a1
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -882,7 +882,8 @@ read_block( IOBUF a, int with_meta,
pkt = NULL;
goto ready;
}
in_cert = 1; /* fall through */
in_cert = 1;
/* fall through */
default:
x_default:
if (in_cert && valid_keyblock_packet (pkt->pkttype))