diff options
author | David Robillard <d@drobilla.net> | 2015-11-07 01:03:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-11-07 01:03:17 +0000 |
commit | 3d3bc067a701aab1db7c856713ff405a7795d8b0 (patch) | |
tree | 3a42dd26e276c0def3ecc9b32b5225b7ae279d4b /src/cps.cpp | |
parent | 65f1c1e1980794b015752ee821abbb6f7fba7c1b (diff) | |
download | resp-3d3bc067a701aab1db7c856713ff405a7795d8b0.tar.gz resp-3d3bc067a701aab1db7c856713ff405a7795d8b0.tar.bz2 resp-3d3bc067a701aab1db7c856713ff405a7795d8b0.zip |
Delete trailing whitespace
git-svn-id: http://svn.drobilla.net/resp/trunk@457 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/cps.cpp')
-rw-r--r-- | src/cps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cps.cpp b/src/cps.cpp index 38dc27a..65aed78 100644 --- a/src/cps.cpp +++ b/src/cps.cpp @@ -34,7 +34,7 @@ is_value(CEnv& cenv, const AST* exp) if (!is_primitive(cenv.penv, exp)) return false; // Non-primitive fn call - + for (ATuple::const_iterator i = call->iter_at(1); i != call->end(); ++i) if (!is_value(cenv, *i)) return false; // Primitive with non-value argument |