From: Kenneth Graunke Date: Fri, 19 Oct 2018 05:32:50 +0000 (-0700) Subject: iris: fix whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=643030f4fbcb1d2742e55d15e9839cc1d452a252;p=mesa.git iris: fix whitespace --- diff --git a/src/gallium/drivers/iris/iris_state.c b/src/gallium/drivers/iris/iris_state.c index 68ecc1bb742..5f85600e70a 100644 --- a/src/gallium/drivers/iris/iris_state.c +++ b/src/gallium/drivers/iris/iris_state.c @@ -4376,9 +4376,9 @@ iris_upload_compute_state(struct iris_context *ice, memset(curbe_data_map, 0x5a, ALIGN(cs_prog_data->push.total.size, 64)); iris_fill_cs_push_const_buffer(cs_prog_data, curbe_data_map); iris_emit_cmd(batch, GENX(MEDIA_CURBE_LOAD), curbe) { - curbe.CURBETotalDataLength = - ALIGN(cs_prog_data->push.total.size, 64); - curbe.CURBEDataStartAddress = curbe_data_offset; + curbe.CURBETotalDataLength = + ALIGN(cs_prog_data->push.total.size, 64); + curbe.CURBEDataStartAddress = curbe_data_offset; } struct pipe_resource *desc_res = NULL;