Ignore:
Timestamp:
Aug 27, 2020, 8:16:09 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r9025 r9032  
    16311631       * else. */
    16321632      if ((id >= 1057 && id <= 1068) ||
    1633             (id >= 1240 && id <= 1270) ||
    1634                       (id == 4076)) {
     1633          (id >= 1240 && id <= 1270) ||
     1634                  (id == 4076)) {
    16351635        RTCM3coDecoder::e_type type = RTCM3coDecoder::e_type::RTCMssr;
    16361636        if (id == 4076) {
Note: See TracChangeset for help on using the changeset viewer.