summaryrefslogtreecommitdiffstats
path: root/src/Legend.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 14:02:44 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:02:44 +0100
commit663a5d01b1931b97370ed8feff3ae229a9cc7ea4 (patch)
treeaba74794cb45f06734bd80bbf53d79f947008e54 /src/Legend.hpp
parent1936aace80b5594078d874e9b661a9a91e461279 (diff)
downloadpatchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.tar.gz
patchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.tar.bz2
patchage-663a5d01b1931b97370ed8feff3ae229a9cc7ea4.zip
Format all code with clang-format
Diffstat (limited to 'src/Legend.hpp')
-rw-r--r--src/Legend.hpp12
1 files changed, 6 insertions, 6 deletions
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<void, PortType, std::string, uint32_t> signal_color_changed;
+ sigc::signal<void, PortType, std::string, uint32_t> 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