VideoCommon: Clean up brace placements

This commit is contained in:
Lioncash
2014-08-30 16:51:27 -04:00
parent bc14d6966f
commit 4af8d9d248
7 changed files with 59 additions and 31 deletions

View File

@ -972,7 +972,8 @@ union UPE_Copy
BitField<15,1,u32> intensity_fmt; // if set, is an intensity format (I4,I8,IA4,IA8)
BitField<16,1,u32> auto_conv; // if 0 automatic color conversion by texture format and pixel type
u32 tp_realFormat() {
u32 tp_realFormat()
{
return target_pixel_format / 2 + (target_pixel_format & 1) * 8;
}
};