Code style: Fixed braces on separate lines.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
|
||||
|
||||
// The "map" used for biome <-> string conversions:
|
||||
static struct {
|
||||
static struct
|
||||
{
|
||||
EMCSBiome m_Biome;
|
||||
const char * m_String;
|
||||
} g_BiomeMap[] =
|
||||
|
||||
Reference in New Issue
Block a user