mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Fix trailing whitespaces in all files where some were added
This commit is contained in:
parent
987f4945b5
commit
73be79f4e0
20 changed files with 395 additions and 398 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue