Added clang-format target

This commit is contained in:
Bartek Kryza
2021-02-21 12:38:51 +01:00
parent ae808a830b
commit 03a26c88cf
13 changed files with 14783 additions and 12223 deletions

View File

@@ -27,7 +27,7 @@ std::string namespace_relative(
const std::vector<std::string> &namespaces, const std::string &n)
{
for (const auto &ns : namespaces) {
if(ns.empty())
if (ns.empty())
continue;
if (n == ns)