aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/kmessagewidget.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 04:37:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 04:37:31 -0700
commit6ccb541f1dc22295e61195aeac532f9f46cb0253 (patch)
treed941f9e0b58b0221e9e0bfd387c4bb9eae94e98b /qt-ui/kmessagewidget.h
parent2ec6303f50ee2811aa0504372ddd61227157572b (diff)
downloadsubsurface-6ccb541f1dc22295e61195aeac532f9f46cb0253.tar.gz
Random white space cleanup
Because I can. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/kmessagewidget.h')
-rw-r--r--qt-ui/kmessagewidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/kmessagewidget.h b/qt-ui/kmessagewidget.h
index f49b421d6..88fb4ad37 100644
--- a/qt-ui/kmessagewidget.h
+++ b/qt-ui/kmessagewidget.h
@@ -99,10 +99,10 @@ class KMessageWidget : public QFrame
Q_PROPERTY(QIcon icon READ icon WRITE setIcon)
public:
enum MessageType {
- Positive,
- Information,
- Warning,
- Error
+ Positive,
+ Information,
+ Warning,
+ Error
};
/**