From d795d29a203a5d0b1a409063c720e2583c26b3e2 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 12 Feb 2019 13:44:17 +0100 Subject: openpgp-ffi: Fix formatting. --- openpgp-ffi/src/tpk.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp-ffi/src/tpk.rs b/openpgp-ffi/src/tpk.rs index d5a7de12..ed2847c3 100644 --- a/openpgp-ffi/src/tpk.rs +++ b/openpgp-ffi/src/tpk.rs @@ -203,8 +203,8 @@ fn int_to_reason_for_revocation(code: c_int) -> ReasonForRevocation { /// assert (primary_keypair); /// primary_signer = pgp_key_pair_as_signer (primary_keypair); /// revocation = pgp_tpk_revoke (NULL, tpk, primary_signer, -/// PGP_REASON_FOR_REVOCATION_KEY_COMPROMISED, -/// "It was the maid :/"); +/// PGP_REASON_FOR_REVOCATION_KEY_COMPROMISED, +/// "It was the maid :/"); /// assert (revocation); /// pgp_signer_free (primary_signer); /// pgp_key_pair_free (primary_keypair); -- cgit v1.2.3