From 663a5d01b1931b97370ed8feff3ae229a9cc7ea4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 14:02:44 +0100 Subject: Format all code with clang-format --- src/Legend.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Legend.hpp') diff --git a/src/Legend.hpp b/src/Legend.hpp index ab64d2f..81fbd86 100644 --- a/src/Legend.hpp +++ b/src/Legend.hpp @@ -36,16 +36,16 @@ class Configuration; class Legend : public Gtk::HBox { public: - explicit Legend(const Configuration& configuration); + explicit Legend(const Configuration& configuration); - sigc::signal signal_color_changed; + sigc::signal signal_color_changed; private: - void add_button(PortType id, const std::string& label, uint32_t rgba); + void add_button(PortType id, const std::string& label, uint32_t rgba); - void on_color_set(PortType id, - const std::string& label, - const Gtk::ColorButton* but); + void on_color_set(PortType id, + const std::string& label, + const Gtk::ColorButton* but); }; } // namespace patchage -- cgit v1.2.1