summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
committerDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
commit782502d948a6db4c70224ff856ecdece7c957325 (patch)
tree7d4e7b1d768c8ed418a10f14e7235e8bf4d4a3ac /src/ingen
parent2b32dca8340a7bf5001135006f607d75bed359c1 (diff)
downloadingen-782502d948a6db4c70224ff856ecdece7c957325.tar.gz
ingen-782502d948a6db4c70224ff856ecdece7c957325.tar.bz2
ingen-782502d948a6db4c70224ff856ecdece7c957325.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index 6ee1698c..f0a43b12 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -184,7 +184,7 @@ main(int argc, char** argv)
if (conf.option("load").is_valid() || !conf.files().empty()) {
boost::optional<Path> parent;
boost::optional<Symbol> symbol;
-
+
const Raul::Configuration::Value& path_option = conf.option("path");
if (path_option.is_valid()) {
if (Path::is_valid(path_option.get_string())) {