summaryrefslogtreecommitdiff
path: root/graphics/asymptote/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/symbol.h')
-rw-r--r--graphics/asymptote/symbol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/symbol.h b/graphics/asymptote/symbol.h
index bcfed4f630..4386a510aa 100644
--- a/graphics/asymptote/symbol.h
+++ b/graphics/asymptote/symbol.h
@@ -29,8 +29,8 @@ struct GCInit {
GC_set_free_space_divisor(2);
mem::compact(0);
GC_INIT();
-#endif
-
+#endif
+
// Put the symbol table into a state where symbols can be translated.
initTable();
}
@@ -60,7 +60,7 @@ struct symbol {
static symbol initsym;
static symbol castsym;
static symbol ecastsym;
-
+
bool special() const {
return *this == initsym || *this == castsym || *this == ecastsym;
}