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/unify.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/unify.cpp')
-rw-r--r-- | src/unify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unify.cpp b/src/unify.cpp index 9bb2f3c..a23bbcb 100644 --- a/src/unify.cpp +++ b/src/unify.cpp @@ -68,7 +68,7 @@ substitute(const AST* in, const AST* from, const AST* to) const ATuple* tup = in->to_tuple(); if (!tup || !tup->fst()) return from; - + List ret; for (const auto& i : *tup->as_tuple()) { if (!i) { |