summaryrefslogtreecommitdiff
path: root/graphics/asymptote/newexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/newexp.h')
-rw-r--r--graphics/asymptote/newexp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/newexp.h b/graphics/asymptote/newexp.h
index dd64584a6a..d386b18100 100644
--- a/graphics/asymptote/newexp.h
+++ b/graphics/asymptote/newexp.h
@@ -34,7 +34,7 @@ public:
types::ty *trans(coenv &e);
types::ty *getType(coenv &e);
};
-
+
class newArrayExp : public exp {
ty *celltype;
explist *dimexps;
@@ -54,7 +54,7 @@ public:
types::ty *trans(coenv &e);
types::ty *getType(coenv &e);
};
-
+
} // namespace absyntax
#endif