Whitespace cleanup.

This commit is contained in:
Leonardo Zide
2026-03-10 21:11:40 -07:00
parent 9e1b8e0032
commit a8e37df8ce
53 changed files with 580 additions and 583 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ bool lcMouseShortcuts::Save(const QString& FileName)
return false;
QTextStream Stream(&File);
for (const QString& Shortcut : std::as_const(Shortcuts))
Stream << Shortcut << QLatin1String("\n");