Index: /trunk/BNC/src/t_prn.h
===================================================================
--- /trunk/BNC/src/t_prn.h	(revision 9023)
+++ /trunk/BNC/src/t_prn.h	(revision 9024)
@@ -6,11 +6,11 @@
 class t_prn {
 public:
-  static const unsigned MAXPRN_GPS = 32;
+  static const unsigned MAXPRN_GPS     = 32;
   static const unsigned MAXPRN_GLONASS = 26;
   static const unsigned MAXPRN_GALILEO = 36;
-  static const unsigned MAXPRN_QZSS = 10;
-  static const unsigned MAXPRN_SBAS = 38;
-  static const unsigned MAXPRN_BDS = 65;
-  static const unsigned MAXPRN_IRNSS = 7;
+  static const unsigned MAXPRN_QZSS    = 10;
+  static const unsigned MAXPRN_SBAS    = 38;
+  static const unsigned MAXPRN_BDS     = 65;
+  static const unsigned MAXPRN_IRNSS   = 7;
   static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO
       + MAXPRN_QZSS + MAXPRN_SBAS + MAXPRN_BDS + MAXPRN_IRNSS;
