Merge branch 'master' into 4.next
[exim.git] / src / src / pdkim / pdkim.c
index 789d650e6530f653e2bcfd9a6d0d1439195de6be..2d5f621b4da6c9ba16dc97d01741bc68eb6ef604 100644 (file)
@@ -1443,14 +1443,10 @@ if (  pdkim_headcat(&col, hdr, ";", "a=", pdkim_algos[sig->algo])
 
       if (!i)
        if (!pdkim_headcat(&col, hdr, NULL, NULL, ":"))
-         {
          goto BAIL;
-         }
 
       if (!pdkim_headcat(&col, hdr, s, i, n))
-       {
        goto BAIL;
-       }
 
       if (!c)
         break;
@@ -1476,7 +1472,7 @@ if (  pdkim_headcat(&col, hdr, ";", "a=", pdkim_algos[sig->algo])
     snprintf(minibuf, 20, "%lu", sig->created);
     if(!pdkim_headcat(&col, hdr, ";", "t=", minibuf))
       goto BAIL;
-  }
+    }
 
   if (sig->expires > 0)
     {
@@ -1503,7 +1499,7 @@ if (  pdkim_headcat(&col, hdr, ";", "a=", pdkim_algos[sig->algo])
       goto BAIL;
     if (!pdkim_headcat(&col, hdr, ";", "b=", base64_b))
       goto BAIL;
-  }
+    }
   else 
     if(!pdkim_headcat(&col, hdr, ";", "b=", ""))
       goto BAIL;