Run clang-format on the whole repo

Also install the relevant git hook.

GIT_SILENT
This commit is contained in:
Ahmad Samir
2021-09-06 11:27:12 +02:00
parent fed1a9d2cf
commit 97569b764c
293 changed files with 8267 additions and 8135 deletions

View File

@@ -48,7 +48,7 @@ QString ShellCommand::command() const
{
if (!_arguments.isEmpty()) {
return _arguments[0];
}
}
return QString();
}