mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
nir: Fix whitespace
Reviewed-by: Rob Clark <robclark@gmail.com>
This commit is contained in:
parent
9a6da49371
commit
c4c373f156
1 changed files with 1 additions and 1 deletions
|
|
@ -2049,7 +2049,7 @@ void nir_index_blocks(nir_function_impl *impl);
|
|||
void nir_print_shader(nir_shader *shader, FILE *fp);
|
||||
void nir_print_instr(const nir_instr *instr, FILE *fp);
|
||||
|
||||
nir_shader * nir_shader_clone(void *mem_ctx, const nir_shader *s);
|
||||
nir_shader *nir_shader_clone(void *mem_ctx, const nir_shader *s);
|
||||
nir_function_impl *nir_function_impl_clone(const nir_function_impl *fi);
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue