From 7c53685ac845def928d695eb06134637425cce37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Emma=20S=C3=B6derberg?= <emma.m.soderberg@gmail.com>
Date: Mon, 25 Jan 2021 11:30:41 +0100
Subject: [PATCH] Fix indentation

---
 src/jastadd/incremental/IncrementalDebug.jadd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/jastadd/incremental/IncrementalDebug.jadd b/src/jastadd/incremental/IncrementalDebug.jadd
index 128f6f49..0dbfca0b 100644
--- a/src/jastadd/incremental/IncrementalDebug.jadd
+++ b/src/jastadd/incremental/IncrementalDebug.jadd
@@ -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"));
       }
     }
-- 
GitLab