Remove space

This commit is contained in:
Christian Semmler 2024-06-04 11:56:38 -04:00
parent 84761e457d
commit 3905de76be

View File

@ -67,7 +67,6 @@ LegoCacheSound* LegoCacheSoundManager::FindSoundByKey(const char* p_key)
strcpy(key, p_key);
Set100d6b4c::iterator it = m_set.find(LegoCacheSoundEntry(NULL, key));
if (it != m_set.end()) {
return (*it).GetSound();
}