mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
clang-format samples
This commit is contained in:
@@ -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() << "]: ";
|
||||
|
||||
Reference in New Issue
Block a user