Mesa (master): radv: Whitespace fixup.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 8 11:33:37 UTC 2020


Module: Mesa
Branch: master
Commit: bb7e44a23db614e58c997487b8dd5e61edf93f92
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb7e44a23db614e58c997487b8dd5e61edf93f92

Author: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Date:   Wed Apr  8 12:51:34 2020 +0200

radv: Whitespace fixup.

Review comment that I did, but forgot to git add before amending ...

>From https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4334

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4488>

---

 src/amd/vulkan/radv_query.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/amd/vulkan/radv_query.c b/src/amd/vulkan/radv_query.c
index ba50dc3aaf0..a0387c785fa 100644
--- a/src/amd/vulkan/radv_query.c
+++ b/src/amd/vulkan/radv_query.c
@@ -95,7 +95,6 @@ radv_store_availability(nir_builder *b, nir_ssa_def *flags, nir_ssa_def *dst_buf
 
 	b->cursor = nir_after_cf_list(&availability_if->then_list);
 
-
 	nir_if *store_64bit_if = nir_if_create(b->shader);
 	store_64bit_if->condition = nir_src_for_ssa(result_is_64bit);
 	nir_cf_node_insert(b->cursor, &store_64bit_if->cf_node);



More information about the mesa-commit mailing list