diff --git a/src/algorithms/libs/rtklib/rtklib_stream.cc b/src/algorithms/libs/rtklib/rtklib_stream.cc index b12ae0d49..31dc197f1 100644 --- a/src/algorithms/libs/rtklib/rtklib_stream.cc +++ b/src/algorithms/libs/rtklib/rtklib_stream.cc @@ -386,7 +386,7 @@ file_t *openfile(std::string const &path, int mode, char *msg) tokens.pop_front(); // edge case that may not be possible, but I don't want to test for right now - if (tag.empty()) continue; + if (tag.empty()) continue; // NOLINT(readability-braces-around-statements) if (tag == "T") {