From b1503b202043a577720e28969b74cca6f9c954f8 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 25 May 2015 20:34:09 +0200 Subject: Remove every trailing whitespace from the project (but externals). --- src/video_core/pica.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/video_core/pica.h') diff --git a/src/video_core/pica.h b/src/video_core/pica.h index b67dce1a..6ebeb08f 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -16,7 +16,7 @@ #include "common/common_types.h" #include "common/logging/log.h" -#include "math.h" +#include "math.h" namespace Pica { @@ -337,7 +337,7 @@ struct Regs { return (stage_index < 4) && (update_mask_a & (1 << stage_index)); } } tev_combiner_buffer_input; - + INSERT_PADDING_WORDS(0xf); TevStageConfig tev_stage4; INSERT_PADDING_WORDS(0x3); @@ -703,11 +703,11 @@ struct Regs { struct { // Index of the current default attribute u32 index; - + // Writing to these registers sets the "current" default attribute. u32 set_value[3]; } vs_default_attributes_setup; - + INSERT_PADDING_WORDS(0x28); enum class TriangleTopology : u32 { -- cgit v1.2.3