apply clang-tidy fixes

This commit is contained in:
Axel Kohlmeyer
2024-02-09 06:29:08 -05:00
parent f8885cb266
commit a2ae9dce64
11 changed files with 36 additions and 137 deletions

View File

@ -11,8 +11,6 @@ QNodes::QNodes()
qs.clear();
qe.clear();
nqbin.clear();
return;
}
/* ----------------------------------------------------------------------------
@ -25,6 +23,4 @@ QNodes::~QNodes()
qs.clear();
qe.clear();
nqbin.clear();
return;
}