fixed some indenting problems

This commit is contained in:
Jon Daniel 2005-06-03 11:54:22 +00:00
parent 6cb307dd88
commit c19ffb510a

View file

@ -849,11 +849,11 @@ const SDL_Color& team::get_side_colour(int side)
{0x00,0xFF,0x00,0},
{0xFF,0xFF,0x00,0},
{0xFF,0x00,0xFF,0},
{0xFF,0x7F,0x00,0},
{0x89,0x89,0x89,0},
{0xFF,0xFF,0xFF,0},
{0x94,0x50,0x27,0},
{0x02,0xF5,0xE1,0},
{0xFF,0x7F,0x00,0},
{0x89,0x89,0x89,0},
{0xFF,0xFF,0xFF,0},
{0x94,0x50,0x27,0},
{0x02,0xF5,0xE1,0},
{0xFF,0x00,0xFF,0} };
static const size_t nsides = sizeof(sides)/sizeof(*sides);