aboutsummaryrefslogtreecommitdiff
path: root/sky/text.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-09-24 06:33:59 +0000
committerTorbjörn Andersson2003-09-24 06:33:59 +0000
commit570e60a48797efa08ae5a6c7102f16678704bae8 (patch)
treef7fe3554f78b9c5e70ba4391eeedb69a5f0911ea /sky/text.cpp
parent3854ce8f3d060f5bb4c1e248d846f73a7fe2942c (diff)
downloadscummvm-rg350-570e60a48797efa08ae5a6c7102f16678704bae8.tar.gz
scummvm-rg350-570e60a48797efa08ae5a6c7102f16678704bae8.tar.bz2
scummvm-rg350-570e60a48797efa08ae5a6c7102f16678704bae8.zip
Whitespace changes
svn-id: r10390
Diffstat (limited to 'sky/text.cpp')
-rw-r--r--sky/text.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/sky/text.cpp b/sky/text.cpp
index 12d7cc7aab..f308b5c198 100644
--- a/sky/text.cpp
+++ b/sky/text.cpp
@@ -222,17 +222,17 @@ void SkyText::fnSetFont(uint32 fontNr) {
struct charSet *newCharSet;
switch (fontNr) {
- case 0:
- newCharSet = &_mainCharacterSet;
- break;
- case 1:
- newCharSet = &_controlCharacterSet;
- break;
- case 2:
- newCharSet = &_linkCharacterSet;
- break;
- default:
- error("Tried to set invalid font (%d)", fontNr);
+ case 0:
+ newCharSet = &_mainCharacterSet;
+ break;
+ case 1:
+ newCharSet = &_controlCharacterSet;
+ break;
+ case 2:
+ newCharSet = &_linkCharacterSet;
+ break;
+ default:
+ error("Tried to set invalid font (%d)", fontNr);
}
_curCharSet = fontNr;