aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-09 22:52:51 +0000
committerDavid Robillard <d@drobilla.net>2010-12-09 22:52:51 +0000
commit60e8c1288e5f944e17010543dbd24c1c6ab7fe5e (patch)
tree326a718542409c34b0c70a8bce0ade92058a4783 /src/parse.cpp
parent7f30acc2d088d3d57ad2c8922eb1927c24fc72a7 (diff)
downloadresp-60e8c1288e5f944e17010543dbd24c1c6ab7fe5e.tar.gz
resp-60e8c1288e5f944e17010543dbd24c1c6ab7fe5e.tar.bz2
resp-60e8c1288e5f944e17010543dbd24c1c6ab7fe5e.zip
Strip trailing whitespace.
git-svn-id: http://svn.drobilla.net/resp/resp@336 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/parse.cpp')
-rw-r--r--src/parse.cpp2
1 files changed, 1 insertions, 1 deletions
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)