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); \
