From: Legimet <legimet.calc@gmail.com>
Date: Sun, 25 Dec 2016 22:06:30 -0500
X-Dgit-Generated: 0.8.4-4 529939049db0253546d5e23ab634d8f67158d5cc
Subject: Fix misleading indentation

Closes: #812137
Signed-off-by: Mattia Rizzolo <mattia@debian.org>

---

--- mailavenger-0.8.4.orig/libasync/maketables.c
+++ mailavenger-0.8.4/libasync/maketables.c
@@ -132,7 +132,9 @@ for (i = 0; i < 256; i++)
   meta-character, which in this sense is any character that terminates a run
   of data characters. */
 
-  if (strchr("*+?{^.$|()[", i) != 0) x += ctype_meta; *p++ = x; }
+  if (strchr("*+?{^.$|()[", i) != 0) x += ctype_meta;
+  *p++ = x;
+  }
 
 return yield;
 }
