Changeset 9701 in ntrip


Ignore:
Timestamp:
Apr 25, 2022, 9:37:24 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r9700 r9701  
    275275      }
    276276    }
    277     else {
    278       if (iObs == -1) {
    279             LOG << " number of observations == -1\n";
    280             return failure;
    281       }
     277    if (iObs == -1) {
     278      LOG << " number of observations == -1\n";
     279      return failure;
    282280    }
    283281
Note: See TracChangeset for help on using the changeset viewer.