Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3368)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3369)
@@ -530,5 +530,5 @@
 
       if (maxRes > _MAXRES) {
-        out << "Outlier" << endl;
+        out << "  Outlier" << endl;
         _QQ = QQ_sav;
         AA.Row(maxResIndex) = 0.0;
@@ -536,5 +536,5 @@
       }
       else {
-        out << "OK" << endl;
+        out << "  OK" << endl;
         break;
       }
