Apply some Clang-Tidy fixes
This commit is contained in:
+1
-1
@@ -433,7 +433,7 @@ public:
|
||||
|
||||
void reset()
|
||||
{
|
||||
if (!m_segs.size())
|
||||
if (m_segs.empty())
|
||||
{
|
||||
if (m_curr.addr != nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user