diff options
author | Marcus Brinkmann <[email protected]> | 2003-05-18 21:08:43 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-05-18 21:08:43 +0000 |
commit | d953c7815c52970f6c16c8a3aceceb3724d0fb68 (patch) | |
tree | 157b655cc6593d38b1d8b0d46f4cfb82a017d092 /gpgme/export.c | |
parent | 2003-05-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-d953c7815c52970f6c16c8a3aceceb3724d0fb68.tar.gz gpgme-d953c7815c52970f6c16c8a3aceceb3724d0fb68.zip |
Beautify source code.
Diffstat (limited to '')
-rw-r--r-- | gpgme/export.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgme/export.c b/gpgme/export.c index b676d906..bdefc29c 100644 --- a/gpgme/export.c +++ b/gpgme/export.c @@ -55,7 +55,8 @@ export_start (gpgme_ctx_t ctx, int synchronous, /* Export the keys listed in RECP into KEYDATA. */ gpgme_error_t -gpgme_op_export_start (gpgme_ctx_t ctx, gpgme_recipients_t recp, gpgme_data_t keydata) +gpgme_op_export_start (gpgme_ctx_t ctx, gpgme_recipients_t recp, + gpgme_data_t keydata) { return export_start (ctx, 0, recp, keydata); } |