aboutsummaryrefslogtreecommitdiffstats
path: root/src/depoly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depoly.cpp')
-rw-r--r--src/depoly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depoly.cpp b/src/depoly.cpp
index 20e7159..2dc0986 100644
--- a/src/depoly.cpp
+++ b/src/depoly.cpp
@@ -92,7 +92,7 @@ raise_type(CEnv& cenv, Code& code, const ATuple* type)
code.push_back(def);
}
-
+
static const AST*
depoly_args(CEnv& cenv, Code& code, const ATuple* call) throw()
{