bork
authorMart Lubbers <mart@martlubbers.net>
Thu, 17 May 2018 06:47:53 +0000 (08:47 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 17 May 2018 06:47:53 +0000 (08:47 +0200)
reduce.c

index 83ab536..0c7d98c 100644 (file)
--- a/reduce.c
+++ b/reduce.c
@@ -27,7 +27,6 @@ void subst(char *ident, struct lambda *t1, struct lambda *t2, struct lambda *tot
                subst(ident, t1->data.application.expr2, t2, total);
                break;
        }
-
 }
 
 void lambda_reduce(struct lambda *t, struct lambda *total, int *maxdepth)