diff options
| author | uncrustify <david@tethera.net> | 2019-06-13 07:33:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-06-14 07:41:27 -0300 |
| commit | 1a8916786f9464af6c8a05713a4c987a6b097a12 (patch) | |
| tree | 95bcd1b68ecd8557057790dc22c3ea8c8734ef2b /util/crypto.h | |
| parent | 33382c2b5ba2537952a60ea378feff36961e4713 (diff) | |
util: run uncrustify
This is the result of running
$ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h
in the util directory
Diffstat (limited to 'util/crypto.h')
| -rw-r--r-- | util/crypto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crypto.h b/util/crypto.h index fdbb5da5..11e8060a 100644 --- a/util/crypto.h +++ b/util/crypto.h @@ -50,7 +50,7 @@ typedef struct _notmuch_message_crypto { /* signature status of the whole message (either the whole message * is signed, or it is not) -- this means that partially-signed * messages will get no signature status. */ - GMimeSignatureList * sig_list; + GMimeSignatureList *sig_list; /* if part of the message was signed, and the MUA is clever, it * can determine on its own exactly which part and try to make * more sense of it. */ @@ -62,7 +62,7 @@ typedef struct _notmuch_message_crypto { /* the value of any "Subject:" header in the cryptographic payload * (the top level part within the crypto envelope), converted to * UTF-8 */ - char * payload_subject; + char *payload_subject; /* if both signed and encrypted, was the signature encrypted? */ bool signature_encrypted; |
