@@ -452,7 +452,7 @@ class IContainerBaseWithNamedChildren : public IContainerBase
452452{
453453public:
454454 IContainerBaseWithNamedChildren (const IRECT& bounds)
455- : IContainerBase(bounds){};
455+ : IContainerBase(bounds) {};
456456 ~IContainerBaseWithNamedChildren () = default ;
457457
458458protected:
@@ -494,7 +494,7 @@ class ModelInfoControl : public IContainerBaseWithNamedChildren
494494public:
495495 ModelInfoControl (const IRECT& bounds, const IVStyle& style)
496496 : IContainerBaseWithNamedChildren(bounds)
497- , mStyle (style){};
497+ , mStyle (style) {};
498498
499499 void ClearModelInfo ()
500500 {
@@ -561,7 +561,7 @@ class OutputModeControl : public IVRadioButtonControl
561561public:
562562 OutputModeControl (const IRECT& bounds, int paramIdx, const IVStyle& style, float buttonSize)
563563 : IVRadioButtonControl(
564- bounds, paramIdx, {}, " Output Mode" , style, EVShape::Ellipse, EDirection::Vertical, buttonSize){};
564+ bounds, paramIdx, {}, " Output Mode" , style, EVShape::Ellipse, EDirection::Vertical, buttonSize) {};
565565
566566 void SetNormalizedDisable (const bool disable)
567567 {
@@ -808,7 +808,7 @@ class NAMSettingsPageControl : public IContainerBaseWithNamedChildren
808808 AboutControl (const IRECT& bounds, const IVStyle& style, const IText& text)
809809 : IContainerBase(bounds)
810810 , mStyle (style)
811- , mText (text){};
811+ , mText (text) {};
812812
813813 void OnAttached () override
814814 {
0 commit comments