Fix trailing whitespaces in all files where some were added

This commit is contained in:
Pierre Bourdon
2013-08-25 02:49:58 +02:00
parent 987f4945b5
commit 73be79f4e0
20 changed files with 395 additions and 398 deletions

View File

@ -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));