Apply clang-format from LLVM 6

This commit is contained in:
Martchus 2018-03-24 17:08:19 +01:00
parent 85be8d2c31
commit 683da12178
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ int main(int argc, char *argv[])
cli.run(); cli.run();
} }
} else if (qtConfigArgs.areQtGuiArgsPresent()) { } else if (qtConfigArgs.areQtGuiArgsPresent()) {
// run Qt gui if no arguments, --qt-gui or --qt-quick-gui specified, a file might be specified // run Qt gui if no arguments, --qt-gui or --qt-quick-gui specified, a file might be specified
#if defined(PASSWORD_MANAGER_GUI_QTWIDGETS) || defined(PASSWORD_MANAGER_GUI_QTQUICK) #if defined(PASSWORD_MANAGER_GUI_QTWIDGETS) || defined(PASSWORD_MANAGER_GUI_QTQUICK)
QString file; QString file;
if (fileArg.isPresent()) { if (fileArg.isPresent()) {