i965: Reformat brw_set_src1 so it can be easily found with grep.

This commit is contained in:
Matt Turner
2014-05-02 14:49:24 -07:00
parent e0dc018fd5
commit 2012599abb
+4 -3
View File
@@ -388,9 +388,10 @@ brw_set_src0(struct brw_compile *p, struct brw_instruction *insn,
}
void brw_set_src1(struct brw_compile *p,
struct brw_instruction *insn,
struct brw_reg reg)
void
brw_set_src1(struct brw_compile *p,
struct brw_instruction *insn,
struct brw_reg reg)
{
assert(reg.file != BRW_MESSAGE_REGISTER_FILE);