summaryrefslogtreecommitdiffstats
path: root/include/widgets
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-31 20:21:58 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-31 20:21:58 +0200
commitac8868f3b14853e977d2aaad09da8638ad1e09ed (patch)
treed498c57a93b9c65932c234ae656516f88d6e0fe4 /include/widgets
parent4e3830a519877ca6b016befa3ae04d209ebdb000 (diff)
Indent icon code rework
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/widgets')
-rw-r--r--include/widgets/textbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index 48bc6c54..36d0c7cc 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -86,7 +86,7 @@ typedef enum
TB_WRAP = 1 << 21,
TB_PASSWORD = 1 << 22,
TB_INDICATOR = 1 << 23,
- TB_ICON = 1<<24,
+ TB_ICON = 1 << 24,
} TextboxFlags;
/**
* Flags indicating current state of the textbox.