tidying
[exim.git] / src / src / expand.c
index b146db2649f0e30634479d1c81d9495e6578659d..bae3114a661cb3ac9655d75d29ccdd4f70103c94 100644 (file)
@@ -6771,11 +6771,12 @@ while (*s != 0)
         while (isspace(*sub)) sub++;
         if (*sub == '>')
           if (*outsep = *++sub) ++sub;
-          else {
+          else
+           {
             expand_string_message = string_sprintf("output separator "
               "missing in expanding ${addresses:%s}", --sub);
             goto EXPAND_FAILED;
-          }
+            }
         parse_allow_group = TRUE;
 
         for (;;)