diff options
author | David Robillard <d@drobilla.net> | 2012-03-27 03:44:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-27 03:44:24 +0000 |
commit | 4cd332c19ca6948860b7a54d41967e65cb3c1a3b (patch) | |
tree | d290cc6843c8abd5d583e2f446f7b3a80a3e1080 /src/http/HTTPClientSender.cpp | |
parent | 782502d948a6db4c70224ff856ecdece7c957325 (diff) | |
download | ingen-4cd332c19ca6948860b7a54d41967e65cb3c1a3b.tar.gz ingen-4cd332c19ca6948860b7a54d41967e65cb3c1a3b.tar.bz2 ingen-4cd332c19ca6948860b7a54d41967e65cb3c1a3b.zip |
Squeeze blank lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4113 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/http/HTTPClientSender.cpp')
-rw-r--r-- | src/http/HTTPClientSender.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/HTTPClientSender.cpp b/src/http/HTTPClientSender.cpp index fcbfc542..ed5299dd 100644 --- a/src/http/HTTPClientSender.cpp +++ b/src/http/HTTPClientSender.cpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #include <string> #include <libsoup/soup.h> @@ -59,7 +58,6 @@ HTTPClientSender::put(const URI& uri, ? _url + "/patch" + uri.substr(uri.find("/")) : uri.str(); - const Shared::World& world = _engine.world(); Sord::Model model(world.rdf_world()); for (Resource::Properties::const_iterator i = properties.begin(); |