Index: /trunk/BNC/src/PPP_free/pppFilter.cpp
===================================================================
--- /trunk/BNC/src/PPP_free/pppFilter.cpp	(revision 6104)
+++ /trunk/BNC/src/PPP_free/pppFilter.cpp	(revision 6105)
@@ -622,5 +622,5 @@
   }
 
-  LOG << endl;
+  LOG << endl << endl;
 
   // Final Message (both log file and screen)
@@ -651,8 +651,8 @@
         << setw(8) << setprecision(3) << neu[0] << " "
         << setw(8) << setprecision(3) << neu[1] << " "
-        << setw(8) << setprecision(3) << neu[2] << endl;
+        << setw(8) << setprecision(3) << neu[2] << endl << endl;
   }
   else {
-    LOG << endl;
+    LOG << endl << endl;
   }
 
