summaryrefslogtreecommitdiff
path: root/graphics/asymptote/inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/inst.h')
-rw-r--r--graphics/asymptote/inst.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/inst.h b/graphics/asymptote/inst.h
index fbbe6d873d..54879a6d77 100644
--- a/graphics/asymptote/inst.h
+++ b/graphics/asymptote/inst.h
@@ -1,7 +1,7 @@
/*****
* inst.h
* Andy Hammerlindl 2002/06/27
- *
+ *
* Descibes the items and instructions that are used by the virtual machine.
*****/
@@ -19,7 +19,7 @@ namespace vm {
// Forward declarations
struct inst; class stack; class program;
-
+
// A function "lambda," that is, the code that runs a function.
// It also needs the closure of the enclosing module or function to run.
struct lambda : public gc {
@@ -75,4 +75,4 @@ inline T get(const inst& it)
} // namespace vm
#endif
-
+