summaryrefslogtreecommitdiff
path: root/src/story_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/story_gui.cpp')
-rw-r--r--src/story_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/story_gui.cpp b/src/story_gui.cpp
index 8199e7fcc..1c0edd925 100644
--- a/src/story_gui.cpp
+++ b/src/story_gui.cpp
@@ -568,10 +568,10 @@ public:
if (widget != WID_SB_SEL_PAGE && widget != WID_SB_PAGE_PANEL) return;
Dimension d;
- d.height= FONT_HEIGHT_NORMAL;
+ d.height = FONT_HEIGHT_NORMAL;
d.width = 0;
- switch(widget) {
+ switch (widget) {
case WID_SB_SEL_PAGE: {
/* Get max title width. */