Support timeout option on malware=
[exim.git] / src / src / expand.c
index 850439083fb98ca695ecff17b96adefcfbc79f82..e9112dc1682ffc438f2c379d1a6cc8407e9e112b 100644 (file)
@@ -1192,10 +1192,10 @@ int sep= 0;
 uschar dummy;
 
 if(field<0)
-{
+  {
   for(field++; string_nextinlist(&tlist, &sep, &dummy, 1); ) field++;
   sep= 0;
-}
+  }
 if(field==0) return NULL;
 while(--field>0 && (string_nextinlist(&list, &sep, &dummy, 1))) ;
 return string_nextinlist(&list, &sep, NULL, 0);