mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Clean up some space/tab mismatches in DiscIO and InputCommon.
Keeps the files consistent.
This commit is contained in:
@ -273,7 +273,7 @@ bool CNANDContentLoader::Initialize(const std::string& _rName)
|
||||
continue;
|
||||
}
|
||||
|
||||
rContent.m_pData = NULL;
|
||||
rContent.m_pData = NULL;
|
||||
char szFilename[1024];
|
||||
|
||||
if (rContent.m_Type & 0x8000) // shared app
|
||||
|
Reference in New Issue
Block a user