Fix clang-tidy modernize-use-nullptr warnings

This commit is contained in:
Eduardo Almeida
2022-10-06 21:45:05 +00:00
parent be07b6487a
commit 4af0fe4b85
469 changed files with 1864 additions and 1864 deletions

View File

@@ -52,9 +52,9 @@ NetDeviceQueue::~NetDeviceQueue ()
{
NS_LOG_FUNCTION (this);
m_queueLimits = 0;
m_queueLimits = nullptr;
m_wakeCallback.Nullify ();
m_device = 0;
m_device = nullptr;
}
bool