Index: /trunk/BNC/src/RTCM/GPSDecoder.cpp
===================================================================
--- /trunk/BNC/src/RTCM/GPSDecoder.cpp	(revision 5370)
+++ /trunk/BNC/src/RTCM/GPSDecoder.cpp	(revision 5371)
@@ -193,8 +193,8 @@
       res += GNSSENTRY_TYPEP2;
     }
-    else if (QString("PWY").indexOf(rnxStr[2]) != -1) {
+    else if (QString("PWY").indexOf(rnxStr[2])  != -1) {
       res += GNSSENTRY_TYPEP2;
     }
-    else if (QString("CSLX").indexOf(rnxStr[2])    != -1) {
+    else if (QString("CSLX").indexOf(rnxStr[2]) != -1) {
       res += GNSSENTRY_TYPEC2;
     }
