indent classes, align by spaces

This commit is contained in:
Garux
2021-03-24 00:25:15 +03:00
parent 5b1b9b5e6c
commit 2222100316
450 changed files with 42485 additions and 42239 deletions

View File

@@ -127,7 +127,7 @@ Image* LoadIDSPBuff( byte *buffer ){
version = header->version;
if ( version != 1 && version != 2 ) {
globalWarningStream() << "WARNING: IDSP file has wrong version number "
"(" << version << " should be 1 or 2)\n";
"(" << version << " should be 1 or 2)\n";
return 0;
}