Index: trunk/BNC/src/satObs.cpp
===================================================================
--- trunk/BNC/src/satObs.cpp	(revision 11006)
+++ trunk/BNC/src/satObs.cpp	(revision 11007)
@@ -10,6 +10,5 @@
 // Constructor
 ////////////////////////////////////////////////////////////////////////////
-t_clkCorr::t_clkCorr()
-{
+t_clkCorr::t_clkCorr() {
   _updateInt = 0;
   _iod = 0;
@@ -21,6 +20,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_clkCorr::writeEpoch(ostream* out, const QList<t_clkCorr>& corrList)
-{
+void t_clkCorr::writeEpoch(ostream* out, const QList<t_clkCorr>& corrList) {
   if (!out || corrList.size() == 0) {
     return;
@@ -47,6 +45,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_clkCorr::readEpoch(const string& epoLine, istream& inStream, QList<t_clkCorr>& corrList)
-{
+void t_clkCorr::readEpoch(const string& epoLine, istream& inStream, QList<t_clkCorr>& corrList) {
   bncTime epoTime;
   unsigned int updateInt;
@@ -83,6 +80,5 @@
 // Constructor
 ////////////////////////////////////////////////////////////////////////////
-t_orbCorr::t_orbCorr()
-{
+t_orbCorr::t_orbCorr() {
   _updateInt = 0;
   _iod = 0;
@@ -97,6 +93,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_orbCorr::writeEpoch(ostream* out, const QList<t_orbCorr>& corrList)
-{
+void t_orbCorr::writeEpoch(ostream* out, const QList<t_orbCorr>& corrList) {
   if (!out || corrList.size() == 0) {
     return;
@@ -127,6 +122,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_orbCorr::readEpoch(const string& epoLine, istream& inStream, QList<t_orbCorr>& corrList)
-{
+void t_orbCorr::readEpoch(const string& epoLine, istream& inStream, QList<t_orbCorr>& corrList) {
   bncTime epoTime;
   unsigned int updateInt;
@@ -176,6 +170,5 @@
 // Constructor
 ////////////////////////////////////////////////////////////////////////////
-t_URA::t_URA()
-{
+t_URA::t_URA() {
   _updateInt = 0;
   _iod = 0;
@@ -185,6 +178,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_URA::writeEpoch(ostream* out, const QList<t_URA>& corrList)
-{
+void t_URA::writeEpoch(ostream* out, const QList<t_URA>& corrList) {
   if (!out || corrList.size() == 0) {
     return;
@@ -209,6 +201,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_URA::readEpoch(const string& epoLine, istream& inStream, QList<t_URA>& corrList)
-{
+void t_URA::readEpoch(const string& epoLine, istream& inStream, QList<t_URA>& corrList) {
   bncTime epoTime;
   unsigned int updateInt;
@@ -241,6 +232,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_satCodeBias::writeEpoch(ostream* out, const QList<t_satCodeBias>& biasList)
-{
+void t_satCodeBias::writeEpoch(ostream* out, const QList<t_satCodeBias>& biasList) {
   if (!out || biasList.size() == 0) {
     return;
@@ -270,6 +260,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_satCodeBias::readEpoch(const string& epoLine, istream& inStream, QList<t_satCodeBias>& biasList)
-{
+void t_satCodeBias::readEpoch(const string& epoLine, istream& inStream, QList<t_satCodeBias>& biasList) {
   bncTime epoTime;
   unsigned int updateInt;
@@ -311,6 +300,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_satPhaseBias::writeEpoch(ostream* out, const QList<t_satPhaseBias>& biasList)
-{
+void t_satPhaseBias::writeEpoch(ostream* out, const QList<t_satPhaseBias>& biasList) {
   if (!out || biasList.size() == 0) {
     return;
@@ -374,6 +362,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_satPhaseBias::readEpoch(const string& epoLine, istream& inStream, QList<t_satPhaseBias>& biasList)
-{
+void t_satPhaseBias::readEpoch(const string& epoLine, istream& inStream, QList<t_satPhaseBias>& biasList) {
   bncTime epoTime;
   unsigned int updateInt;
@@ -439,6 +426,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_vTec::write(ostream* out, const t_vTec& vTec)
-{
+void t_vTec::write(ostream* out, const t_vTec& vTec) {
   if (!out || vTec._layers.size() == 0) {
     return;
@@ -463,6 +449,5 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void t_vTec::read(const string& epoLine, istream& inStream, t_vTec& vTec)
-{
+void t_vTec::read(const string& epoLine, istream& inStream, t_vTec& vTec) {
   bncTime epoTime;
   unsigned int updateInt;
@@ -510,6 +495,5 @@
 t_corrSSR::e_type t_corrSSR::readEpoLine(const string& line, bncTime& epoTime,
   unsigned int& updateInt, int& numEntries,
-  string& staID)
-{
+  string& staID) {
 
   istringstream inLine(line.c_str());
@@ -549,6 +533,5 @@
 // Set NAV type to force NAVtype usage according SSR standard
 /////////////////////////////////////////////////////////////
-t_eph::e_type t_corrSSR::getSsrNavTypeFlag(char sys, int num)
-{
+t_eph::e_type t_corrSSR::getSsrNavTypeFlag(char sys, int num) {
 
   t_eph::e_type flag = t_eph::undefined;
