From 6c78bb481da8dbc650ecbf9eee7213d0b9bc718c Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 8 Oct 2011 17:19:44 +1300 Subject: [PATCH] fix ctor formatting --- OpenRA.Game/Widgets/DropDownButtonWidget.cs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/OpenRA.Game/Widgets/DropDownButtonWidget.cs b/OpenRA.Game/Widgets/DropDownButtonWidget.cs index 96282fcd90..053dec2b23 100644 --- a/OpenRA.Game/Widgets/DropDownButtonWidget.cs +++ b/OpenRA.Game/Widgets/DropDownButtonWidget.cs @@ -20,15 +20,9 @@ namespace OpenRA.Widgets Widget panel; MaskWidget fullscreenMask; - public DropDownButtonWidget() - : base() - { - } + public DropDownButtonWidget() : base() { } - protected DropDownButtonWidget(DropDownButtonWidget widget) - : base(widget) - { - } + protected DropDownButtonWidget(DropDownButtonWidget widget) : base(widget) { } public override void Draw() {