Skip to content
Snippets Groups Projects
Commit 7c53685a authored by Emma Söderberg's avatar Emma Söderberg
Browse files

Fix indentation

parent 91704c7f
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ aspect IncrementalDebug {
if (attr.isHOA()) {
tt.bind("IsParameterized", attr.getNumParameter() > 0);
tt.bind("AttrSign", attr.signature());
tt.bind("IsToken", attr.isToken());
tt.bind("IsToken", attr.isToken());
res.append(tt.expand("ASTDecl.checkAndDumpNTADeps"));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment