Index: trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9031)
+++ trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9032)
@@ -1631,6 +1631,6 @@
        * else. */
       if ((id >= 1057 && id <= 1068) ||
-    	    (id >= 1240 && id <= 1270) ||
-		      (id == 4076)) {
+    	  (id >= 1240 && id <= 1270) ||
+		  (id == 4076)) {
         RTCM3coDecoder::e_type type = RTCM3coDecoder::e_type::RTCMssr;
         if (id == 4076) {
Index: trunk/BNC/src/RTCM3/RTCM3coDecoder.h
===================================================================
--- trunk/BNC/src/RTCM3/RTCM3coDecoder.h	(revision 9031)
+++ trunk/BNC/src/RTCM3/RTCM3coDecoder.h	(revision 9032)
@@ -27,16 +27,12 @@
 
 #include <fstream>
-
 #include <QByteArray>
 #include <QList>
 #include <QMap>
-
 #include "GPSDecoder.h"
 #include "../RTCM3/clock_and_orbit/clock_orbit_igs.h"
 #include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h"
 
-//class SsrCorr;
-
-  class RTCM3coDecoder : public QObject, public GPSDecoder{
+  class RTCM3coDecoder : public QObject, public GPSDecoder {
 Q_OBJECT
  public:
Index: trunk/BNC/src/RTCM3/bits.h
===================================================================
--- trunk/BNC/src/RTCM3/bits.h	(revision 9031)
+++ trunk/BNC/src/RTCM3/bits.h	(revision 9032)
@@ -91,5 +91,5 @@
 
 #define GETFLOATSIGNM(b, a, c) { \
-int l; \
+  int l; \
   LOADBITS(a) \
   l = (bitfield<<(64-numbits))>>(64-1); \
Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9031)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9032)
@@ -34,5 +34,4 @@
     const QString& rnxFileName, int PID, int SID, int IOD, int iRow) :
     bncUploadCaster(mountpoint, outHost, outPort, ntripVersion, userName, password, iRow, 0) {
-qDebug() << "bncRtnetUploadCaster";
 
   if (!mountpoint.isEmpty()) {
@@ -245,6 +244,6 @@
 //
 ////////////////////////////////////////////////////////////////////////////
-void bncRtnetUploadCaster::decodeRtnetStream(char* buffer, int bufLen) {qDebug() << "decodeRtnetStream";
-  qDebug() << "decodeRtnetStream";
+void bncRtnetUploadCaster::decodeRtnetStream(char* buffer, int bufLen) {
+
   QMutexLocker locker(&_mutex);
 
@@ -393,5 +392,4 @@
     ColumnVector rtnClk; rtnClk.ReSize(3); rtnClk = 0.0;          // [m, m/s, m/s²]
     ColumnVector rtnClkSig; rtnClkSig.ReSize(3); rtnClkSig = 0.0; // [m, m/s, m/s²]
-
     t_prn prn;
 
@@ -483,5 +481,5 @@
         QString key;
         int numVal = 0;
-        in >> key;qDebug() << key;
+        in >> key;
         if (in.status() != QTextStream::Ok) {
           break;
@@ -734,5 +732,4 @@
   }
 
-
   QByteArray hlpBufferCo;
 
Index: trunk/BNC/src/upload/bncrtnetuploadcaster.h
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.h	(revision 9031)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.h	(revision 9032)
@@ -13,5 +13,4 @@
 class bncClockRinex;
 class bncSP3;
-class SsrCorr;
 
 class bncRtnetUploadCaster : public bncUploadCaster {
@@ -20,8 +19,9 @@
   bncRtnetUploadCaster(const QString& mountpoint,
                   const QString& outHost, int outPort,
-                  const QString& ntripVersion,
-                  const QString& userName,const QString& password,
+                  const QString& ntripVersion, const QString& userName,
+                  const QString& password,
                   const QString& crdTrafo, const QString& ssrFormat,
-                  bool  CoM, const QString& sp3FileName,
+                  bool  CoM,
+                  const QString& sp3FileName,
                   const QString& rnxFileName,
                   int PID, int SID, int IOD, int iRow);
