summaryrefslogtreecommitdiff
path: root/graphics/asymptote/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/vm.h')
-rw-r--r--graphics/asymptote/vm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/vm.h b/graphics/asymptote/vm.h
index 2ba55dfa15..2c7d7f63a6 100644
--- a/graphics/asymptote/vm.h
+++ b/graphics/asymptote/vm.h
@@ -1,7 +1,7 @@
/*****
* vm.h
* Tom Prince 2005/06/17
- *
+ *
* Interface to the virtual machine.
*****/
@@ -21,8 +21,8 @@ typedef void (*bltin)(stack *s);
void registerBltin(bltin b, string s);
string lookupBltin(bltin b);
-#define REGISTER_BLTIN(b, s) \
- registerBltin((b), (s))
+#define REGISTER_BLTIN(b, s) \
+ registerBltin((b), (s))
#else
#define REGISTER_BLTIN(b, s)
#endif