summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-16 10:13:33 +0000
committerrubidium <rubidium@openttd.org>2009-07-16 10:13:33 +0000
commit594070194f62cd336ff25b51dd603d24f1368d17 (patch)
treedb5d74eb50fd21f249a9731efa64dba91e45e711 /src/settings_gui.cpp
parentfd589b90e8ab795a2bc9190309dce6cae917976c (diff)
downloadopenttd-594070194f62cd336ff25b51dd603d24f1368d17.tar.xz
(svn r16842) -Cleanup: add some spaces around a few operators
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 4098a94fa..ae1dc9122 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1836,7 +1836,7 @@ static const NWidgetPart _nested_cust_currency_widgets[] = {
NWidget(WWT_CAPTION, COLOUR_GREY, CUSTCURR_CAPTION), SetDataTip(STR_CURRENCY_WINDOW, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
EndContainer(),
NWidget(WWT_PANEL, COLOUR_GREY, CUSTCURR_BACKGROUND),
- NWidget(NWID_SPACER), SetMinimalSize(0,7),
+ NWidget(NWID_SPACER), SetMinimalSize(0, 7),
NWidget(NWID_HORIZONTAL), SetPIP(10, 0, 2),
NWidget(WWT_PUSHTXTBTN, COLOUR_YELLOW, CUSTCURR_RATE_DOWN), SetMinimalSize(10, 9), SetDataTip(STR_ARROW_LEFT_SMALL, STR_TOOLTIP_DECREASE_EXCHANGE_RATE),
NWidget(WWT_PUSHTXTBTN, COLOUR_YELLOW, CUSTCURR_RATE_UP), SetMinimalSize(10, 9), SetDataTip(STR_ARROW_RIGHT_SMALL, STR_TOOLTIP_INCREASE_EXCHANGE_RATE),