Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 17, 2023
1 parent 1daa6bd commit 7edc52a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions avogadro/qtplugins/templatetool/templatetoolwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@

#include <algorithm>

#include <QtCore/QDebug>
#include <QtCore/QList>
#include <QtCore/QSettings>
#include <QtCore/QDebug>

#include <QtGui/QClipboard>


namespace {
// The ItemData of the "Other" entry in the combo box
const int ELEMENT_SELECTOR_TAG = 255;
Expand All @@ -27,7 +26,8 @@ const int ELEMENT_SELECTOR_TAG = 255;
namespace Avogadro {
namespace QtPlugins {

enum LigandType {
enum LigandType
{
Monodentate = 0,
Bidentate = 1,
Tridentate = 2,
Expand Down

0 comments on commit 7edc52a

Please sign in to comment.