aboutsummaryrefslogtreecommitdiffstats
path: root/typing.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-18 03:55:17 +0000
committerDavid Robillard <d@drobilla.net>2009-06-18 03:55:17 +0000
commit4e34e229beb12164ea49b1121785dc71eb7c3566 (patch)
tree3951bb94748289698cba24cc220be5323938e645 /typing.cpp
parent815991c906f912c4eb52e1d3646a6110d472a8ec (diff)
downloadresp-4e34e229beb12164ea49b1121785dc71eb7c3566.tar.gz
resp-4e34e229beb12164ea49b1121785dc71eb7c3566.tar.bz2
resp-4e34e229beb12164ea49b1121785dc71eb7c3566.zip
Strip trailing whitespace.
git-svn-id: http://svn.drobilla.net/resp/tuplr@118 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'typing.cpp')
-rw-r--r--typing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/typing.cpp b/typing.cpp
index a1c544f..da4f6ed 100644
--- a/typing.cpp
+++ b/typing.cpp
@@ -122,7 +122,7 @@ ACall::constrain(TEnv& tenv, Constraints& c) const
at(0)->constrain(tenv, c);
for (size_t i = 1; i < size(); ++i)
at(i)->constrain(tenv, c);
-
+
AST* callee = tenv.resolve(at(0));
AClosure* closure = callee->to<AClosure*>();
if (closure) {
@@ -263,7 +263,7 @@ ACdrCall::constrain(TEnv& tenv, Constraints& c) const
/***************************************************************************
- * Type Inferencing/Substitution *
+ * Type Inference/Substitution *
***************************************************************************/
static void