Fixed formatting
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
#include <clang/AST/RecursiveASTVisitor.h>
|
||||
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
namespace clang {
|
||||
class NamespaceDecl;
|
||||
|
||||
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user