DEVTOOLS: More formatting fixes in create_amazon.

Powered by astyle.
This commit is contained in:
Johannes Schickel 2015-12-12 07:02:02 +01:00
parent 84ac8fa735
commit 8392fe4f05
4 changed files with 15 additions and 17 deletions

View file

@ -166,11 +166,9 @@ public:
uint32 result = pos();
fseek(_f, currentPos, SEEK_SET);
return result;
}
else if (_memPtr) {
} else if (_memPtr) {
return _size;
}
else {
} else {
return 0;
}
}