mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 00:49:04 +02:00
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:
parent
81526187a8
commit
0bbcb1f6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue