From 845868bb4ec34e1bf2b0bbde937777725e167018 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Feb 2015 20:21:26 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5582 a436a847-0d15-0410-975c-d299462d15a1 --- src/Configuration.cpp | 2 +- src/Driver.hpp | 1 - src/JackDbusDriver.cpp | 1 - src/JackDriver.cpp | 3 +-- src/Legend.hpp | 1 - src/Patchage.cpp | 4 ++-- src/PatchageEvent.cpp | 1 - src/PatchageEvent.hpp | 1 - src/PatchagePort.hpp | 2 +- src/PortID.hpp | 1 - src/main.cpp | 3 +-- 11 files changed, 6 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/Configuration.cpp b/src/Configuration.cpp index 0fbafe2..865a781 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -302,7 +302,7 @@ Configuration::save() } } file << std::dec << std::nouppercase; - + for (std::map::iterator i = _module_settings.begin(); i != _module_settings.end(); ++i) { const ModuleSettings& settings = (*i).second; diff --git a/src/Driver.hpp b/src/Driver.hpp index c754f71..3837382 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -53,4 +53,3 @@ public: }; #endif // PATCHAGE_DRIVER_HPP - diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp index e17d423..7953051 100644 --- a/src/JackDbusDriver.cpp +++ b/src/JackDbusDriver.cpp @@ -1046,4 +1046,3 @@ JackDriver::info_msg(const std::string& msg) const { _app->info_msg((std::string)"Jack: " + msg); } - diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index fdb3174..09e5738 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -187,7 +187,7 @@ JackDriver::create_port(PatchageModule& parent, jack_port_t* port, PortID id) const char* const type_str = jack_port_type(port); char* pretty_name = NULL; PortType port_type; - + #ifdef HAVE_JACK_METADATA char* datatype = NULL; const jack_uuid_t uuid = jack_port_uuid(port); @@ -572,4 +572,3 @@ JackDriver::process_events(Patchage* app) _events.pop(); } } - diff --git a/src/Legend.hpp b/src/Legend.hpp index 2e9fabf..b95d30c 100644 --- a/src/Legend.hpp +++ b/src/Legend.hpp @@ -69,4 +69,3 @@ public: }; #endif // PATCHAGE_LEGEND_HPP - diff --git a/src/Patchage.cpp b/src/Patchage.cpp index b8e65ad..ec7fd5e 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -347,7 +347,7 @@ Patchage::Patchage(int argc, char** argv) g_signal_connect(_menubar->gobj(), "can-activate-accel", G_CALLBACK(can_activate_cb), NULL); g_signal_connect(osxapp, "NSApplicationWillTerminate", - G_CALLBACK(terminate_cb), this); + G_CALLBACK(terminate_cb), this); gtkosx_application_ready(osxapp); #endif } @@ -976,7 +976,7 @@ Patchage::on_view_messages() _main_paned->set_position(max_pos - std::max(conf_height, min_height)); _pane_initialized = true; } - + _log_scrolledwindow->show(); _status_text->scroll_to_mark( _status_text->get_buffer()->get_insert(), 0); diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 93a1a02..ea9a758 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -108,4 +108,3 @@ PatchageEvent::execute(Patchage* patchage) patchage->canvas()->remove_edge_between(port_1, port_2); } } - diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index bfc2df2..899f77f 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -85,4 +85,3 @@ private: }; #endif // PATCHAGE_PATCHAGEEVENT_HPP - diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index a45c871..8bc06fb 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -72,7 +72,7 @@ public: set_label(_name.c_str()); } } - + bool on_event(GdkEvent* ev) { if (ev->type != GDK_BUTTON_PRESS || ev->button.button != 3) { return false; diff --git a/src/PortID.hpp b/src/PortID.hpp index e8286c9..3f916c0 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -118,4 +118,3 @@ operator<(const PortID& a, const PortID& b) } #endif // PATCHAGE_PORTID_HPP - diff --git a/src/main.cpp b/src/main.cpp index 4a87bbb..4822d3d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ set_bundle_environment() // If lib does not exist, we have not been bundleified, do nothing return; } - + setenv("GTK_PATH", lib_path.c_str(), 1); setenv("DYLD_LIBRARY_PATH", lib_path.c_str(), 1); @@ -91,4 +91,3 @@ main(int argc, char** argv) return 0; } - -- cgit v1.2.1