Index: trunk/BNC/rinex/reqcedit.cpp
===================================================================
--- trunk/BNC/rinex/reqcedit.cpp	(revision 4002)
+++ trunk/BNC/rinex/reqcedit.cpp	(revision 4003)
@@ -246,6 +246,5 @@
     }
   }
-  qStableSort(_ephs.begin(), _ephs.end(), 
-              t_eph::earlierTime);
-
-}
+  qStableSort(_ephs.begin(), _ephs.end(), t_eph::earlierTime);
+
+}
