Skip to content

Commit

Permalink
format using clang-format 17
Browse files Browse the repository at this point in the history
  • Loading branch information
luismrguimaraes committed Aug 12, 2024
1 parent 90189b3 commit ae34b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sst/jucegui/style/StyleAndSettingsConsumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace sst::jucegui::style
{
struct StyleConsumer
{
explicit StyleConsumer(const StyleSheet::Class &c) : styleClass(c) {};
explicit StyleConsumer(const StyleSheet::Class &c) : styleClass(c){};
virtual ~StyleConsumer() { stylep = nullptr; };

juce::Colour getColour(const StyleSheet::Property &p)
Expand Down

0 comments on commit ae34b07

Please sign in to comment.