From 3d3bc067a701aab1db7c856713ff405a7795d8b0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Nov 2015 01:03:17 +0000 Subject: Delete trailing whitespace git-svn-id: http://svn.drobilla.net/resp/trunk@457 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/resp.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/resp.hpp') diff --git a/src/resp.hpp b/src/resp.hpp index 5eb9ef0..90a0efa 100644 --- a/src/resp.hpp +++ b/src/resp.hpp @@ -293,7 +293,7 @@ inline ATuple* tup(Cursor c, const AST* ast, ...) { ATuple* const head = new ATuple(ast, 0, c); if (!ast) return head; - + ATuple* tail = head; va_list args; va_start(args, ast); @@ -334,7 +334,7 @@ list_equals(const ATuple* lhs, const ATuple* rhs) return true; else if (!lhs || !rhs) return false; - + ATuple::const_iterator l = lhs->begin(); for (const auto& r : *rhs) if (l == lhs->end() || !(*(*l++) == *r)) @@ -716,7 +716,7 @@ struct TEnv : public Env { }; typedef map Tags; - + Vars vars; Tags tags; PEnv& penv; -- cgit v1.2.1