Fixed formatting

This commit is contained in:
Bartek Kryza
2022-08-03 01:05:19 +02:00
parent 392be99055
commit 777f4848fd
6 changed files with 11 additions and 15 deletions

View File

@@ -22,8 +22,8 @@
#include <clang/AST/RecursiveASTVisitor.h>
#include <string>
#include <filesystem>
#include <string>
namespace clang {
class NamespaceDecl;

View File

@@ -358,7 +358,7 @@ tvl::value_t paths_filter::match(
}
// Matching source paths doesn't make sens if they are not absolute
if(!p.is_absolute())
if (!p.is_absolute())
return {};
auto pp = p.fs_path(root_);