mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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 <gniibe@fsij.org>
This commit is contained in:
parent
6fbe12a51e
commit
ea9cfcfbf7
3 changed files with 17 additions and 17 deletions
|
@ -1515,11 +1515,11 @@ iobuf_ioctl (iobuf_t a, iobuf_ioctl_t cmd, int intval, void *ptrval)
|
|||
log_debug ("iobuf-*.*: ioctl '%s' fsync\n",
|
||||
ptrval? (const char*)ptrval:"<null>");
|
||||
|
||||
if (!a && !intval && ptrval)
|
||||
{
|
||||
return fd_cache_synchronize (ptrval);
|
||||
}
|
||||
}
|
||||
if (!a && !intval && ptrval)
|
||||
{
|
||||
return fd_cache_synchronize (ptrval);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue