Style: Normalized to no spaces before closing parenthesis.
This commit is contained in:
@@ -66,7 +66,7 @@ int cBeaconEntity::GetPyramidLevel(void)
|
||||
|
||||
bool cBeaconEntity::IsMineralBlock(BLOCKTYPE a_BlockType)
|
||||
{
|
||||
switch(a_BlockType)
|
||||
switch (a_BlockType)
|
||||
{
|
||||
case E_BLOCK_DIAMOND_BLOCK:
|
||||
case E_BLOCK_GOLD_BLOCK:
|
||||
|
||||
Reference in New Issue
Block a user