From 7edc52ade5003b7310dc05be9c070a1c44acf274 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Sat, 16 Sep 2023 22:24:06 -0400 Subject: [PATCH] Fix formatting Signed-off-by: Geoff Hutchison --- avogadro/qtplugins/templatetool/templatetoolwidget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/avogadro/qtplugins/templatetool/templatetoolwidget.cpp b/avogadro/qtplugins/templatetool/templatetoolwidget.cpp index 602b12aa6a..a9b310fc8f 100644 --- a/avogadro/qtplugins/templatetool/templatetoolwidget.cpp +++ b/avogadro/qtplugins/templatetool/templatetoolwidget.cpp @@ -12,13 +12,12 @@ #include +#include #include #include -#include #include - namespace { // The ItemData of the "Other" entry in the combo box const int ELEMENT_SELECTOR_TAG = 255; @@ -27,7 +26,8 @@ const int ELEMENT_SELECTOR_TAG = 255; namespace Avogadro { namespace QtPlugins { -enum LigandType { +enum LigandType +{ Monodentate = 0, Bidentate = 1, Tridentate = 2,