DEVTOOLS: More formatting fixes in create_amazon.
Powered by astyle.
This commit is contained in:
parent
84ac8fa735
commit
8392fe4f05
4 changed files with 15 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue