diff options
| author | lioncash <mathew1900@hotmail.com> | 2013-03-19 09:59:41 -0400 |
|---|---|---|
| committer | lioncash <mathew1900@hotmail.com> | 2013-03-19 09:59:41 -0400 |
| commit | 0e3d8e2e9f1b3eab593b09be986c4ff12a0221e2 (patch) | |
| tree | 7da19cc98dbed7f4d17ccc05619204e3815ed7c2 /Source/Core/DiscIO/Src/NANDContentLoader.cpp | |
| parent | 019b525285be0f33c77ba00497f09b09f0ef3d08 (diff) | |
Clean up some space/tab mismatches in DiscIO and InputCommon.
Keeps the files consistent.
Diffstat (limited to 'Source/Core/DiscIO/Src/NANDContentLoader.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/NANDContentLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp index 3c00d66be5..110efd6fa9 100644 --- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp @@ -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 |
