mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Clean up some space/tab mismatches in DiscIO and InputCommon.
Keeps the files consistent.
This commit is contained in:
parent
019b525285
commit
0e3d8e2e9f
9 changed files with 371 additions and 371 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue