(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)

This commit is contained in:
rubidium
2014-10-15 18:31:37 +00:00
parent 155114aa98
commit d534c80e94
16 changed files with 26 additions and 26 deletions

View File

@@ -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. */