Index: /trunk/BNC/src/ephemeris.cpp
===================================================================
--- /trunk/BNC/src/ephemeris.cpp	(revision 8963)
+++ /trunk/BNC/src/ephemeris.cpp	(revision 8964)
@@ -319,5 +319,4 @@
 }
 
-
 // Compute GPS Satellite Position (virtual)
 ////////////////////////////////////////////////////////////////////////////
@@ -485,5 +484,5 @@
   }
   // fitInterval
-  if (type() == t_eph::IRNSS) {           // not valid for IRNSS
+  if (type() == t_eph::IRNSS) {// not valid for IRNSS
     out << QString(fmt)
       .arg(tot,          19, 'e', 12)
@@ -766,5 +765,4 @@
   return 0; /* (_health == 0 && _almanac_health == 1) or (_health == 0) */
 }
-
 
 // Constructor
@@ -1148,5 +1146,4 @@
     .arg(BGD_1_5A,         19, 'e', 12)
     .arg(BGD_1_5B,         19, 'e', 12);
-
 
   double tot = _TOT;
@@ -1668,5 +1665,5 @@
   // -----------------------
   // correspondent to BDS ICD and to SSR standard
-    xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
+  xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
   // correspondent to IGS convention
   // xc[3] -= 2.0 * (xc[0]*vv[0] + xc[1]*vv[1] + xc[2]*vv[2]) / t_CST::c / t_CST::c;
