mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
maybe this is the last one
This commit is contained in:
parent
01fccabf82
commit
daaa4799b6
@ -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")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user