mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
We used tabs, not spaces as identation. Fix that.
svn-id: r18913
This commit is contained in:
parent
c59041181f
commit
dd8cc6a508
@ -441,7 +441,7 @@ void Resource::loadGlobalResources(int chapter, int actorsEntrance) {
|
||||
|
||||
ResourceContext *resourceContext;
|
||||
ResourceContext *soundContext;
|
||||
int i;
|
||||
int i;
|
||||
|
||||
resourceContext = _vm->_resource->getContext(GAME_RESOURCEFILE);
|
||||
if (resourceContext == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user