clang-format samples

This commit is contained in:
Lars Toenning
2023-04-09 17:00:46 +02:00
parent a3b5a9b780
commit 674710f146
24 changed files with 220 additions and 212 deletions

View File

@@ -27,7 +27,7 @@ namespace BlackMisc
for (int i = 0; i < directoryOptions.size(); i++)
{
if (i > 0) { streamOut << " "; }
streamOut << (i + 1) << ") " << directoryOptions.at(i) ;
streamOut << (i + 1) << ") " << directoryOptions.at(i);
}
streamOut << Qt::endl;
streamOut << "Select [1-" << directoryOptions.size() << "]: ";