diff options
author | Jason Ekstrand <[email protected]> | 2016-03-23 14:57:57 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-03-23 15:25:53 -0700 |
commit | c4c373f156a0b63a5789c0a8a3a1b641a58aa938 (patch) | |
tree | f45b1d41abdde351da6d8bbed12e4ab78a37dded /src/compiler/nir/nir.h | |
parent | 9a6da49371d38cfda782873f73bcd39a0be999ff (diff) |
nir: Fix whitespace
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 36f90fc6fb7..75198e806c4 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -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 |