summaryrefslogtreecommitdiff
path: root/include/ibm/locks.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-01-25 20:49:11 +0300
committerEd Tanous <ed@tanous.net>2022-01-28 22:43:59 +0300
commit26f6976f3905d7b20690bbf794fba746c1929ed3 (patch)
tree7cfaea46d4e70ea7b46275195f7d7024cb999dac /include/ibm/locks.hpp
parentbb05f2227d53d590534d1df6e6a622e13cea76ae (diff)
downloadbmcweb-26f6976f3905d7b20690bbf794fba746c1929ed3.tar.xz
Enable readability-container-size-empty tests
This one is a little trivial, but it does help in readability. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I5366d4eec8af2f781b3bad804131ae2eb806e3aa
Diffstat (limited to 'include/ibm/locks.hpp')
-rw-r--r--include/ibm/locks.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ibm/locks.hpp b/include/ibm/locks.hpp
index 5a86d09dec..45525bffa2 100644
--- a/include/ibm/locks.hpp
+++ b/include/ibm/locks.hpp
@@ -299,7 +299,7 @@ inline void Lock::releaseLock(const std::string& sessionId)
auto it = lockTable.begin();
while (it != lockTable.end())
{
- if (it->second.size() != 0)
+ if (!it->second.empty())
{
// Check if session id of this entry matches with session id
// given