Index: /trunk/BNC/src/latencychecker.cpp
===================================================================
--- /trunk/BNC/src/latencychecker.cpp	(revision 6637)
+++ /trunk/BNC/src/latencychecker.cpp	(revision 6638)
@@ -157,5 +157,5 @@
 
   _decodeStop = QDateTime::currentDateTime();
-
+  
 }
 
@@ -182,8 +182,7 @@
       callScript(("Begin_Outage "
                     + _begDateOut + " " + _begTimeOut).toAscii());
-    }
-    _decodeStart = QDateTime::currentDateTime();
-  }
-
+      _decodeStart = QDateTime::currentDateTime();
+    }
+  }
 }
 
@@ -299,7 +298,7 @@
                     + _endDateOut + " " + _endTimeOut + " Begin was "
                     + _begDateOut + " " + _begTimeOut).toAscii());
-    _decodeStop = QDateTime::currentDateTime();
-    }
-  }
+    }
+  }
+  _decodeStop = QDateTime::currentDateTime();
 }
 
