(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
This commit is contained in:
@@ -13,8 +13,8 @@ typedef struct DrawTileUnmovableStruct {
|
||||
#define TILE_SEQ_END() { 0x80, 0, 0, 0, 0, 0, 0 }
|
||||
|
||||
static const DrawTileUnmovableStruct _draw_tile_unmovable_data[] = {
|
||||
{0xA29, 7,7, 2,2, 70, 0},
|
||||
{0xA2A, 4,4, 7,7, 61, 0},
|
||||
{0xA29, 7, 7, 2, 2, 70, 0},
|
||||
{0xA2A, 4, 4, 7, 7, 61, 0},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user