From daaa4799b6d37c25f639a19dc11794c22581e409 Mon Sep 17 00:00:00 2001 From: Jim Melton Date: Mon, 8 Aug 2022 21:12:38 -0600 Subject: [PATCH] maybe this is the last one --- src/algorithms/libs/rtklib/rtklib_stream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {