[7911] Applied coding style.

This commit is contained in:
tomrus88 2009-05-29 19:06:04 +04:00
parent ec1d6a3b56
commit 42f8ce5f3e
58 changed files with 1452 additions and 1459 deletions

View file

@ -39,7 +39,6 @@ MPQArchiveSet::~MPQArchiveSet()
ar_itr->close();
}
//xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
MPQFile::MPQFile(const char* filename):
eof(false),
buffer(0),
@ -72,7 +71,6 @@ MPQFile::MPQFile(const char* filename):
eof = true;
buffer = 0;
}
MPQFile::~MPQFile()