minor cppcheck

This commit is contained in:
Michael Davidsaver
2021-10-28 10:04:25 -07:00
parent 49144445f7
commit f749b5ee39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1194,7 +1194,7 @@ FieldStorage::~FieldStorage()
size_t FieldStorage::index() const
{
const size_t ret = this-top->members.data();
const size_t ret = this - top->members.data();
return ret;
}