diff options
author | Werner Koch <[email protected]> | 2011-02-04 11:57:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-02-04 11:57:53 +0000 |
commit | b008274afdbe375b32a7e66dbd073e200f6f0587 (patch) | |
tree | 219e239d39cf06be3f03aa82fb572080ac163a15 /g10/delkey.c | |
parent | Let autogen.sh check the git config (diff) | |
download | gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.gz gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.zip |
Nuked almost all trailing white space.post-nuke-of-trailing-ws
We better do this once and for all instead of cluttering all future
commits with diffs of trailing white spaces. In the majority of cases
blank or single lines are affected and thus this change won't disturb
a git blame too much. For future commits the pre-commit scripts
checks that this won't happen again.
Diffstat (limited to 'g10/delkey.c')
-rw-r--r-- | g10/delkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/delkey.c b/g10/delkey.c index 62c75632b..978549826 100644 --- a/g10/delkey.c +++ b/g10/delkey.c @@ -92,7 +92,7 @@ do_delete_key( const char *username, int secret, int force, int *r_sec_avail ) pk = node->pkt->pkt.public_key; keyid_from_pk( pk, keyid ); - + if (!force) { if (have_secret_key_with_kid (keyid)) @@ -181,7 +181,7 @@ delete_keys( strlist_t names, int secret, int allow_both ) for(;names;names=names->next) { rc = do_delete_key (names->d, secret, force, &avail ); - if ( rc && avail ) { + if ( rc && avail ) { if ( allow_both ) { rc = do_delete_key (names->d, 1, 0, &avail ); if ( !rc ) |