1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-20 01:02:44 +02:00

dirmngr: Correct indentation.

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2015-03-31 12:26:59 +02:00
parent 7f6d7948c1
commit 6d5aee23c3

View File

@ -1141,8 +1141,7 @@ ks_ldap_search (ctrl_t ctrl, parsed_uri_t uri, const char *pattern,
if (vals) if (vals)
{ {
/* Not sure why, but some keys are listed with a /* Not sure why, but some keys are listed with a
key size of 0. Treat that like an key size of 0. Treat that like an unknown. */
unknown. */
if (atoi (vals[0]) > 0) if (atoi (vals[0]) > 0)
es_fprintf (fp, "%d", atoi (vals[0])); es_fprintf (fp, "%d", atoi (vals[0]));
ldap_value_free (vals); ldap_value_free (vals);