aboutsummaryrefslogtreecommitdiff
path: root/engines/director/archive.cpp
diff options
context:
space:
mode:
authorScott Percival2019-11-14 20:09:45 +0800
committerEugene Sandulenko2019-11-17 22:31:54 +0100
commite376cce16d2114a920c9610290ee66555ea0e1f4 (patch)
tree0884b905cf69b00c39c6cfa204c724a753db6b49 /engines/director/archive.cpp
parent2a8019be316ca5d57af2f5742f452d1ca338f8e2 (diff)
downloadscummvm-rg350-e376cce16d2114a920c9610290ee66555ea0e1f4.tar.gz
scummvm-rg350-e376cce16d2114a920c9610290ee66555ea0e1f4.tar.bz2
scummvm-rg350-e376cce16d2114a920c9610290ee66555ea0e1f4.zip
DIRECTOR: Fix formatting
Diffstat (limited to 'engines/director/archive.cpp')
-rw-r--r--engines/director/archive.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/director/archive.cpp b/engines/director/archive.cpp
index de3a866524..bbcf26bef5 100644
--- a/engines/director/archive.cpp
+++ b/engines/director/archive.cpp
@@ -423,10 +423,10 @@ bool RIFXArchive::openStream(Common::SeekableReadStream *stream, uint32 startOff
tag == MKTAG('D', 'I', 'B', ' ') ||
tag == MKTAG('R', 'T', 'E', '0') ||
tag == MKTAG('R', 'T', 'E', '1') ||
- tag == MKTAG('R', 'T', 'E', '2') ||
- tag == MKTAG('L', 'c', 't', 'x') ||
- tag == MKTAG('L', 'n', 'a', 'm') ||
- tag == MKTAG('L', 's', 'c', 'r'))
+ tag == MKTAG('R', 'T', 'E', '2') ||
+ tag == MKTAG('L', 'c', 't', 'x') ||
+ tag == MKTAG('L', 'n', 'a', 'm') ||
+ tag == MKTAG('L', 's', 'c', 'r'))
_types[tag][i] = res;
}