More whitespace changes.

svn-id: r23496
This commit is contained in:
Torbjörn Andersson 2006-07-14 13:33:58 +00:00
parent fb3a3f75aa
commit 6358547a43
47 changed files with 92 additions and 92 deletions

View file

@ -824,7 +824,7 @@ Common::String ScummEngine::generateFilename(const int room) const {
if (_heV7DiskOffsets)
disk = _heV7DiskOffsets[room];
switch(disk) {
switch (disk) {
case 2:
id = 'b';
snprintf(buf, sizeof(buf), "%s.(b)", _filenamePattern.pattern);