indent classes, align by spaces
This commit is contained in:
@@ -29,8 +29,8 @@ class Bleh
|
||||
{
|
||||
public:
|
||||
|
||||
STRING_CONSTANT( Name, "Bleh" );
|
||||
INTEGER_CONSTANT( Version, 1 );
|
||||
STRING_CONSTANT( Name, "Bleh" );
|
||||
INTEGER_CONSTANT( Version, 1 );
|
||||
};
|
||||
|
||||
int version = Bleh::Version();
|
||||
|
||||
Reference in New Issue
Block a user