Skip to content

Commit ab6fcfc

Browse files
committed
Code formatting
1 parent 1f7d8ef commit ab6fcfc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/yup_gui/widgets/yup_Label.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ namespace yup
2424

2525
//==============================================================================
2626

27-
const Identifier Label::Colors::fillColorId{ "Label_fillColorId" };
28-
const Identifier Label::Colors::strokeColorId{ "Label_strokeColorId" };
27+
const Identifier Label::Colors::fillColorId { "Label_fillColorId" };
28+
const Identifier Label::Colors::strokeColorId { "Label_strokeColorId" };
2929

3030
//==============================================================================
3131

@@ -77,7 +77,6 @@ void Label::resetFont()
7777

7878
//==============================================================================
7979

80-
8180
void Label::setStrokeWidth (float newWidth) noexcept
8281
{
8382
if (strokeWidth == newWidth)

modules/yup_gui/widgets/yup_Label.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class JUCE_API Label : public Component
9595

9696
struct Colors
9797
{
98-
static const Identifier fillColorId;
99-
static const Identifier strokeColorId;
98+
static const Identifier fillColorId;
99+
static const Identifier strokeColorId;
100100
};
101101

102102
//==============================================================================

0 commit comments

Comments
 (0)