Changeset 7548 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Oct 22, 2015, 3:11:09 PM (9 years ago)
Author:
stuerze
Message:

minor format changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r7546 r7548  
    120120
    121121  if (_log) {
    122     *_log << "QC Format Version : " << QString("%1").arg(QC_FORMAT_VERSION,3,'f',1)  << endl << endl;
     122    *_log << "QC Format Version  : " << QString("%1").arg(QC_FORMAT_VERSION,3,'f',1)  << endl << endl;
    123123  }
    124124
     
    10161016  }
    10171017  if (_log) {
    1018     *_log << "Navigation File(s): " << navFileName                                   << endl;
     1018    *_log << "Navigation File(s) : " << navFileName                                   << endl;
    10191019  }
    10201020  QStringListIterator it(_navFileNames);
     
    10361036    }
    10371037    if (_log) {
    1038       *_log << "Ephemeris         : " << numOK << " OK   " << numBad << " BAD" << endl;
     1038      *_log << "Ephemeris          : " << numOK << " OK   " << numBad << " BAD" << endl;
    10391039    }
    10401040    if (numBad > 0) {
Note: See TracChangeset for help on using the changeset viewer.