summaryrefslogtreecommitdiffstats
path: root/src/client
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/client
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/client')
-rw-r--r--src/client/OSCClientReceiver.cpp4
-rw-r--r--src/client/PluginUI.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/client/OSCClientReceiver.cpp b/src/client/OSCClientReceiver.cpp
index d0119987..2e28019b 100644
--- a/src/client/OSCClientReceiver.cpp
+++ b/src/client/OSCClientReceiver.cpp
@@ -111,8 +111,8 @@ OSCClientReceiver::generic_cb(const char* path, const char* types, lo_arg** argv
for (int i=0; i < argc; ++i) {
lo_arg_pp(lo_type(types[i]), argv[i]);
printf("\t");
- }
- printf("\n");
+ }
+ printf("\n");
return 1; // not handled
}
diff --git a/src/client/PluginUI.hpp b/src/client/PluginUI.hpp
index 9f5b0e52..b93f4f3a 100644
--- a/src/client/PluginUI.hpp
+++ b/src/client/PluginUI.hpp
@@ -68,7 +68,7 @@ private:
static SuilHost* ui_host;
- SharedPtr<Shared::LV2Features::FeatureArray> _features;
+ SharedPtr<Shared::LV2Features::FeatureArray> _features;
};
} // namespace Client