mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
nir: Fix a bit of broken indentation.
Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
36c604c824
commit
68d476167c
1 changed files with 1 additions and 1 deletions
|
|
@ -1295,7 +1295,7 @@ nir_instr_insert_before_cf(nir_cf_node *node, nir_instr *before)
|
|||
void
|
||||
nir_instr_insert_after_cf(nir_cf_node *node, nir_instr *after)
|
||||
{
|
||||
if (node->type == nir_cf_node_block) {
|
||||
if (node->type == nir_cf_node_block) {
|
||||
nir_instr_insert_after_block(nir_cf_node_as_block(node), after);
|
||||
} else {
|
||||
nir_cf_node *next = nir_cf_node_next(node);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue