freedreno/rddecompiler: clang-format fix

Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32503>
This commit is contained in:
Karmjit Mahil
2024-12-05 15:42:41 +01:00
committed by Marge Bot
parent 81526187a8
commit 0bbcb1f6f7

View File

@@ -427,7 +427,7 @@ gpu_print(struct replay_context *ctx, struct cmdstream *_cs, uint64_t iova,
*/
static void
gpu_read_into_file(struct replay_context *ctx, struct cmdstream *_cs,
uint64_t iova, uint64_t size, bool clear, const char *name)
uint64_t iova, uint64_t size, bool clear, const char *name)
{
struct wrbuf *wrbuf = (struct wrbuf *) calloc(1, sizeof(struct wrbuf));
wrbuf->iova = iova;