From: Emil Velikov Date: Tue, 7 Mar 2017 15:07:49 +0000 (+0000) Subject: intel/compiler: whitespace cleanups X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa09c9552c2c7c0f443e22d2151d5e3ce97452e8;p=mesa.git intel/compiler: whitespace cleanups Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/compiler/brw_eu_util.c b/src/intel/compiler/brw_eu_util.c index 8c84cb45008..31c21a49723 100644 --- a/src/intel/compiler/brw_eu_util.c +++ b/src/intel/compiler/brw_eu_util.c @@ -117,7 +117,3 @@ void brw_copy_from_indirect(struct brw_codegen *p, brw_MOV(p, byte_offset(dst, delta+16), deref_4f(ptr, delta+16)); } } - - - - diff --git a/src/intel/compiler/brw_wm_iz.cpp b/src/intel/compiler/brw_wm_iz.cpp index 5162a369765..11d4f76b368 100644 --- a/src/intel/compiler/brw_wm_iz.cpp +++ b/src/intel/compiler/brw_wm_iz.cpp @@ -166,4 +166,3 @@ void fs_visitor::setup_fs_payload_gen4() payload.num_regs = reg; } -