Clean up defines lacking spaces
This commit is contained in:
@@ -171,7 +171,7 @@ static const u8 sDecorTilemap_3x2_X[] = {
|
||||
0x06, 0x07, 0x06, 0x07, 0x06, 0x07
|
||||
};
|
||||
|
||||
#define DECORSIZE(width, height)((width) * (height) * 4)
|
||||
#define DECORSIZE(width, height) ((width) * (height) * 4)
|
||||
|
||||
static const struct {
|
||||
const u8 *tiles;
|
||||
|
||||
Reference in New Issue
Block a user