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 | |
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')
-rw-r--r-- | src/http/HTTPClientReceiver.cpp | 1 | ||||
-rw-r--r-- | src/http/HTTPClientReceiver.hpp | 1 | ||||
-rw-r--r-- | src/http/HTTPClientSender.cpp | 2 | ||||
-rw-r--r-- | src/http/HTTPClientSender.hpp | 1 | ||||
-rw-r--r-- | src/http/HTTPEngineReceiver.cpp | 1 | ||||
-rw-r--r-- | src/http/HTTPEngineReceiver.hpp | 1 | ||||
-rw-r--r-- | src/http/HTTPEngineSender.cpp | 1 | ||||
-rw-r--r-- | src/http/HTTPEngineSender.hpp | 1 | ||||
-rw-r--r-- | src/http/HTTPSender.cpp | 1 | ||||
-rw-r--r-- | src/http/HTTPSender.hpp | 1 | ||||
-rw-r--r-- | src/http/ingen_http_client.cpp | 1 | ||||
-rw-r--r-- | src/http/ingen_http_server.cpp | 1 |
12 files changed, 0 insertions, 13 deletions
diff --git a/src/http/HTTPClientReceiver.cpp b/src/http/HTTPClientReceiver.cpp index 9eea447b..64554ce4 100644 --- a/src/http/HTTPClientReceiver.cpp +++ b/src/http/HTTPClientReceiver.cpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #include <assert.h> #include <errno.h> #include <string.h> diff --git a/src/http/HTTPClientReceiver.hpp b/src/http/HTTPClientReceiver.hpp index bbef053d..795dac5d 100644 --- a/src/http/HTTPClientReceiver.hpp +++ b/src/http/HTTPClientReceiver.hpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #ifndef INGEN_CLIENT_HTTPCLIENTRECEIVER_HPP #define INGEN_CLIENT_HTTPCLIENTRECEIVER_HPP 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(); diff --git a/src/http/HTTPClientSender.hpp b/src/http/HTTPClientSender.hpp index cad1c16d..cfe24001 100644 --- a/src/http/HTTPClientSender.hpp +++ b/src/http/HTTPClientSender.hpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #ifndef INGEN_ENGINE_HTTPCLIENTSENDER_HPP #define INGEN_ENGINE_HTTPCLIENTSENDER_HPP diff --git a/src/http/HTTPEngineReceiver.cpp b/src/http/HTTPEngineReceiver.cpp index 679cb890..4831ee4d 100644 --- a/src/http/HTTPEngineReceiver.cpp +++ b/src/http/HTTPEngineReceiver.cpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #include <cstdio> #include <cstdlib> #include <string> diff --git a/src/http/HTTPEngineReceiver.hpp b/src/http/HTTPEngineReceiver.hpp index 5b6fb286..d560a5f3 100644 --- a/src/http/HTTPEngineReceiver.hpp +++ b/src/http/HTTPEngineReceiver.hpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #ifndef INGEN_ENGINE_HTTPENGINERECEIVER_HPP #define INGEN_ENGINE_HTTPENGINERECEIVER_HPP diff --git a/src/http/HTTPEngineSender.cpp b/src/http/HTTPEngineSender.cpp index 65b73dca..39de6f41 100644 --- a/src/http/HTTPEngineSender.cpp +++ b/src/http/HTTPEngineSender.cpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #include <libsoup/soup.h> #include "raul/AtomRDF.hpp" diff --git a/src/http/HTTPEngineSender.hpp b/src/http/HTTPEngineSender.hpp index 698f89e0..f64eaa93 100644 --- a/src/http/HTTPEngineSender.hpp +++ b/src/http/HTTPEngineSender.hpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #ifndef INGEN_CLIENT_HTTPENGINESENDER_HPP #define INGEN_CLIENT_HTTPENGINESENDER_HPP diff --git a/src/http/HTTPSender.cpp b/src/http/HTTPSender.cpp index e08680d1..8436956f 100644 --- a/src/http/HTTPSender.cpp +++ b/src/http/HTTPSender.cpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #include <cassert> #include <cstdio> #include <cstring> diff --git a/src/http/HTTPSender.hpp b/src/http/HTTPSender.hpp index 014c94e3..d0ea32e4 100644 --- a/src/http/HTTPSender.hpp +++ b/src/http/HTTPSender.hpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #ifndef INGEN_SHARED_HTTPSENDER_HPP #define INGEN_SHARED_HTTPSENDER_HPP diff --git a/src/http/ingen_http_client.cpp b/src/http/ingen_http_client.cpp index 0ccf9191..e444e2e2 100644 --- a/src/http/ingen_http_client.cpp +++ b/src/http/ingen_http_client.cpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #include "ingen/shared/Module.hpp" #include "ingen/shared/World.hpp" diff --git a/src/http/ingen_http_server.cpp b/src/http/ingen_http_server.cpp index dfc01f66..56fff6f5 100644 --- a/src/http/ingen_http_server.cpp +++ b/src/http/ingen_http_server.cpp @@ -14,7 +14,6 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ - #include "ingen/shared/Module.hpp" #include "ingen/shared/World.hpp" |