aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyring.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2016-02-15 02:05:29 +0000
committerNIIBE Yutaka <[email protected]>2016-02-15 02:05:29 +0000
commitea9cfcfbf76de232221f31787c53d5f46361a9f0 (patch)
tree197fd0dc76c9758b970e04b8acd2f5d4e39b38d8 /g10/keyring.c
parentdirmngr: fix for memory alignment. (diff)
downloadgnupg-ea9cfcfbf76de232221f31787c53d5f46361a9f0.tar.gz
gnupg-ea9cfcfbf76de232221f31787c53d5f46361a9f0.zip
common, g10: Fix indentation to silence GCC-6.
* common/iobuf.c (iobuf_ioctl): Fix. * g10/encrypt.c (encrypt_filter): Likewise. * g10/keyring.c (prepare_search): Likewise. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'g10/keyring.c')
-rw-r--r--g10/keyring.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keyring.c b/g10/keyring.c
index 7c7b35508..ee079a95f 100644
--- a/g10/keyring.c
+++ b/g10/keyring.c
@@ -749,8 +749,8 @@ prepare_search (KEYRING_HANDLE hd)
if (!hd->current.kr) {
if (DBG_LOOKUP)
log_debug ("%s: keyring not available!\n", __func__);
- hd->current.eof = 1;
- return -1; /* keyring not available */
+ hd->current.eof = 1;
+ return -1; /* keyring not available */
}
assert (!hd->current.iobuf);
}