JANITORIAL: Fix whitespace in pointer template arg

This commit is contained in:
Tarek Soliman 2012-02-15 00:06:13 -06:00
parent dbcd177606
commit 921f602ab8
61 changed files with 119 additions and 119 deletions

View file

@ -135,7 +135,7 @@ bool TIMInterpreter::callback(Common::IFFChunk &chunk) {
return false;
}
TIM *TIMInterpreter::load(const char *filename, const Common::Array<const TIMOpcode*> *opcodes) {
TIM *TIMInterpreter::load(const char *filename, const Common::Array<const TIMOpcode *> *opcodes) {
if (!_vm->resource()->exists(filename))
return 0;