maybe this is the last one

This commit is contained in:
Jim Melton 2022-08-08 21:12:38 -06:00
parent 01fccabf82
commit daaa4799b6
No known key found for this signature in database
GPG Key ID: C46392D9AACAB216
1 changed files with 1 additions and 1 deletions

View File

@ -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")
{