astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2016-10-01 12:04:13 +02:00
parent 1beb22a247
commit cf9ece4187
1 changed files with 2 additions and 2 deletions

View File

@ -491,8 +491,8 @@ QStringList MainWindow::SelectFilesToCheck(QFileDialog::FileMode mode)
tr("Select files to check"),
GetPath(SETTINGS_LAST_CHECK_PATH),
tr("C/C++ Source, Compile database, Visual Studio (%1 %2 *.sln *.vcxproj)")
.arg(FileList::GetDefaultFilters().join(" "))
.arg(compile_commands_json));
.arg(FileList::GetDefaultFilters().join(" "))
.arg(compile_commands_json));
if (selected.isEmpty())
mCurrentDirectory.clear();
else {