diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2013-08-25 02:49:58 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2013-08-25 02:49:58 +0200 |
| commit | 73be79f4e0ee181792e9c3b2c8844e6411b5cca7 (patch) | |
| tree | e3ed09742239f711709dcefe2649ad0fd4cb6eb0 /Source/Core/Common/Src/SettingsHandler.cpp | |
| parent | 987f4945b5ea5db96fc8771023899087a7f34ef9 (diff) | |
Fix trailing whitespaces in all files where some were added
Diffstat (limited to 'Source/Core/Common/Src/SettingsHandler.cpp')
| -rw-r--r-- | Source/Core/Common/Src/SettingsHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SettingsHandler.cpp b/Source/Core/Common/Src/SettingsHandler.cpp index 7eba971087..b9de9624d4 100644 --- a/Source/Core/Common/Src/SettingsHandler.cpp +++ b/Source/Core/Common/Src/SettingsHandler.cpp @@ -75,7 +75,7 @@ void SettingsHandler::Decrypt() { const u8 *str = m_buffer; while (*str != 0) - { + { if (m_position >= SETTINGS_SIZE) return; decoded.push_back((u8)(m_buffer[m_position] ^ m_key)); |
