aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJames Brown2002-07-08 13:58:13 +0000
committerJames Brown2002-07-08 13:58:13 +0000
commit42be969348ac08eccc9555f5a12a7e3f0d7998df (patch)
tree69e24ee68febe109b5704a041c4e9be101fc988a /gui
parent06d85ff2cbeac22019f9e5d7e6ee9e6a41c9e7b0 (diff)
downloadscummvm-rg350-42be969348ac08eccc9555f5a12a7e3f0d7998df.tar.gz
scummvm-rg350-42be969348ac08eccc9555f5a12a7e3f0d7998df.tar.bz2
scummvm-rg350-42be969348ac08eccc9555f5a12a7e3f0d7998df.zip
Fix small indentation
svn-id: r4498
Diffstat (limited to 'gui')
-rw-r--r--gui/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/widget.h b/gui/widget.h
index afcf19011f..b89d0b00bc 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -33,7 +33,7 @@ enum {
WIDGET_BORDER = 1 << 3,
WIDGET_CLEARBG = 1 << 4,
WIDGET_WANT_TICKLE = 1 << 5,
- WIDGET_TRACK_MOUSE = 1 << 6
+ WIDGET_TRACK_MOUSE = 1 << 6
};
enum {