From 60e8c1288e5f944e17010543dbd24c1c6ab7fe5e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Dec 2010 22:52:51 +0000 Subject: Strip trailing whitespace. git-svn-id: http://svn.drobilla.net/resp/resp@336 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse.cpp') diff --git a/src/parse.cpp b/src/parse.cpp index 73925b3..a861aca 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -156,7 +156,7 @@ read_symbol(PEnv& penv, Cursor& cur, istream& in) return penv.sym(str, cur); } - + /// Read an expression from @a in const AST* PEnv::parse(Cursor& cur, istream& in) -- cgit v1.2.1