Index: fact/tools/rootmacros/zerosearch.C
===================================================================
--- fact/tools/rootmacros/zerosearch.C	(revision 14814)
+++ fact/tools/rootmacros/zerosearch.C	(revision 14815)
@@ -162,5 +162,6 @@
         //cout << "searching from " << reg->begin << " to " << reg->end << endl;
         for (unsigned int pos=reg->begin; pos <= (unsigned int)reg->end; pos++){
-            if (data[pos] > reg->maxVal){
+            if (data[pos] > reg->maxVal)
+            {
                 reg->maxVal = data[pos];
                 reg->maxPos = pos;
