mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
Whitespace cleanup.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user