summaryrefslogtreecommitdiffstats
path: root/src/shared/World.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-13 23:32:42 +0000
committerDavid Robillard <d@drobilla.net>2011-05-13 23:32:42 +0000
commit162308c36dadbc5384d9074f6542b6105b2b8c52 (patch)
tree4cc5f8ddf47d7556ad20428c1da8638b34650ed2 /src/shared/World.cpp
parent93947ee94eb79d76d31cd7ed3828135b9efa3781 (diff)
downloadingen-162308c36dadbc5384d9074f6542b6105b2b8c52.tar.gz
ingen-162308c36dadbc5384d9074f6542b6105b2b8c52.tar.bz2
ingen-162308c36dadbc5384d9074f6542b6105b2b8c52.zip
Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except with modifications to not add broken indentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3263 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/World.cpp')
-rw-r--r--src/shared/World.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/shared/World.cpp b/src/shared/World.cpp
index e0bff450..f29e6ef8 100644
--- a/src/shared/World.cpp
+++ b/src/shared/World.cpp
@@ -172,12 +172,12 @@ public:
LV2Features* lv2_features;
Sord::World* rdf_world;
SharedPtr<LV2URIMap> uris;
- SharedPtr<ServerInterface> engine;
+ SharedPtr<ServerInterface> engine;
SharedPtr<EngineBase> local_engine;
- SharedPtr<Serialisation::Serialiser> serialiser;
- SharedPtr<Serialisation::Parser> parser;
- SharedPtr<Store> store;
- LilvWorld* lilv_world;
+ SharedPtr<Serialisation::Serialiser> serialiser;
+ SharedPtr<Serialisation::Parser> parser;
+ SharedPtr<Store> store;
+ LilvWorld* lilv_world;
std::string jack_uuid;
};