summaryrefslogtreecommitdiff
path: root/src/story_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-10-15 18:31:37 +0000
committerrubidium <rubidium@openttd.org>2014-10-15 18:31:37 +0000
commitd534c80e9401c49414f5980aedff13c6100a20c2 (patch)
treeef6dfe4050f387245c018fb71737a8e0e1c31335 /src/story_gui.cpp
parent155114aa98750b6245e045e347b91d1098d26099 (diff)
downloadopenttd-d534c80e9401c49414f5980aedff13c6100a20c2.tar.xz
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)
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. */