summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
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