Apply clang-format/cmake-format

This commit is contained in:
Martchus 2021-08-03 14:06:17 +02:00
parent f55814d6e5
commit a1fddfcb07
2 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,8 @@ string readMockFile(const string &filePath)
try {
return readFile(filePath);
} catch (const std::ios_base::failure &failure) {
cerr << Phrases::Error << "An IO error occurred when reading mock config file \"" << filePath << "\": " << failure.what() << Phrases::EndFlush;
cerr << Phrases::Error << "An IO error occurred when reading mock config file \"" << filePath << "\": " << failure.what()
<< Phrases::EndFlush;
exit(-2);
}
}

View File

@ -42,8 +42,8 @@ set(ICON_FILES resources/icons/hicolor/scalable/apps/${META_PROJECT_NAME}.svg)
set(DOC_FILES README.md)
# declare required icons; used when bundling icon themes (Icons required by libraries the tray application depends on
# need to be specified as well.)
# declare required icons; used when bundling icon themes (Icons required by libraries the tray application depends on need to
# be specified as well.)
set(REQUIRED_ICONS
color-profile
dialog-cancel