diff options
author | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
commit | 9739af83e0bab9f7769590f330ee26734ccce08c (patch) | |
tree | c05427da55c9215dc9a217f35b585f1e8a2994ef /src/client | |
parent | f1c1d019c14ddb184078c79cd5d6a0631a644acd (diff) | |
download | ingen-9739af83e0bab9f7769590f330ee26734ccce08c.tar.gz ingen-9739af83e0bab9f7769590f330ee26734ccce08c.tar.bz2 ingen-9739af83e0bab9f7769590f330ee26734ccce08c.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/ClientStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index d6cd4248..a61d511a 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -450,7 +450,7 @@ ClientStore::connect(const Raul::Path& src_path, #ifdef INGEN_CLIENT_STORE_DUMP std::cerr << "Client connect " << src_path << " => " << dst_path << std::endl; #endif - + attempt_connection(src_path, dst_path); } |