Added clang-format target
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user