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

@@ -25,18 +25,18 @@
class NullType
{
public:
INTEGER_CONSTANT( Version, 1 );
STRING_CONSTANT( Name, "" );
INTEGER_CONSTANT( Version, 1 );
STRING_CONSTANT( Name, "" );
};
class NullModule
{
public:
typedef NullType Type;
STRING_CONSTANT( Name, "" );
void* getTable(){
return NULL;
}
typedef NullType Type;
STRING_CONSTANT( Name, "" );
void* getTable(){
return NULL;
}
};
void TEST_SINGLETONMODULE(){