tabs -> spaces

Former-commit-id: 0ae13c973166106efd17aa6b5dfeb80236ed862c
This commit is contained in:
christianEQ 2021-07-12 18:55:44 +00:00
parent 145015dc51
commit 229bb85dec

View File

@ -822,7 +822,7 @@ void expireEntryFat::expireSubKey(const char *szSubkey, long long when)
} }
if (fFound) { if (fFound) {
dictDelete(m_dictIndex, szSubkey); dictDelete(m_dictIndex, szSubkey);
m_vecexpireEntries.erase(itr); m_vecexpireEntries.erase(itr);
break; break;
} }
++itr; ++itr;