iris: fix whitespace
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 19 Oct 2018 05:32:50 +0000 (22:32 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:09 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_state.c

index 68ecc1bb742f075ed952ead8c08fe16703723f4e..5f85600e70a3875b39cc7328873d7cc630c216d3 100644 (file)
@@ -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;