From bd28609f1086cc4cae0f44e2520c53b7fed542d0 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Wed, 1 Nov 2006 00:28:28 +0100 Subject: [PATCH] indent is a fool Signed-off-by: Pierre Habouzit --- sendlib.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sendlib.c b/sendlib.c index b06696f..7c22e2b 100644 --- a/sendlib.c +++ b/sendlib.c @@ -929,13 +929,9 @@ int mutt_lookup_mime_type (BODY * att, const char *path) sze = m_strlen(p); if ((sze > cur_sze) && (szf >= sze) && (m_strcasecmp(path + szf - sze, p) == 0 - || ascii_strcasecmp (path + szf - sze, p) == 0) && (szf == sze - || path[szf - - - sze - - - 1] - == '.')) { + || ascii_strcasecmp (path + szf - sze, p) == 0) + && (szf == sze || path[szf - sze - 1] == '.')) + { /* get the content-type */ if ((p = strchr (ct, '/')) == NULL) { -- 2.20.1