summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-05 20:41:10 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-05 20:41:10 +0200
commit9ff7a26c7e12fa73fb7a129847ef7231c5373f6d (patch)
tree5a5c9d66edde930cfb7b183474d2184078f45e97 /include
parentd3633d103a6c07a455dd31619081b964fc40764f (diff)
Some indenting fixes
Diffstat (limited to 'include')
-rw-r--r--include/textbox.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/textbox.h b/include/textbox.h
index e08b88ed..afadd9e4 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -39,15 +39,15 @@ typedef struct
typedef enum
{
- TB_AUTOHEIGHT = 1 << 0,
- TB_AUTOWIDTH = 1 << 1,
- TB_LEFT = 1 << 16,
- TB_RIGHT = 1 << 17,
- TB_CENTER = 1 << 18,
- TB_EDITABLE = 1 << 19,
- TB_MARKUP = 1 << 20,
- TB_WRAP = 1 << 21,
- TB_PASSWORD = 1 << 22,
+ TB_AUTOHEIGHT = 1 << 0,
+ TB_AUTOWIDTH = 1 << 1,
+ TB_LEFT = 1 << 16,
+ TB_RIGHT = 1 << 17,
+ TB_CENTER = 1 << 18,
+ TB_EDITABLE = 1 << 19,
+ TB_MARKUP = 1 << 20,
+ TB_WRAP = 1 << 21,
+ TB_PASSWORD = 1 << 22,
} TextboxFlags;
typedef enum