summaryrefslogtreecommitdiffstats
path: root/attach.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-01-05 12:37:16 -0800
committerKevin McCarthy <kevin@8t8.us>2019-01-05 12:37:16 -0800
commit177f12acaf3c8b9864c707fbb01b95357544c2ca (patch)
treef9ac6b03d6ea99bd418a36885d421c41118e1a1f /attach.c
parentefa3afb539b9672ebd6e64cb0c16b98c5f6b8a60 (diff)
Fix a few indenting issues.
These are mostly the result of making the formatting changes commit after the indent changes commit.
Diffstat (limited to 'attach.c')
-rw-r--r--attach.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/attach.c b/attach.c
index 6d53b015..9c2189d0 100644
--- a/attach.c
+++ b/attach.c
@@ -742,10 +742,10 @@ int mutt_save_attachment (FILE *fp, BODY *m, const char *path, int flags, HEADER
/* recv mode */
if (hdr &&
- m->hdr &&
- m->encoding != ENCBASE64 &&
- m->encoding != ENCQUOTEDPRINTABLE &&
- mutt_is_message_type(m->type, m->subtype))
+ m->hdr &&
+ m->encoding != ENCBASE64 &&
+ m->encoding != ENCQUOTEDPRINTABLE &&
+ mutt_is_message_type(m->type, m->subtype))
{
/* message type attachments are written to mail folders. */