[Mesa-dev] [PATCH 2/3] nir: Fix a bit of broken indentation.
Jason Ekstrand
jason at jlekstrand.net
Wed Jan 28 20:31:11 PST 2015
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>
On Wed, Jan 28, 2015 at 5:08 PM, Eric Anholt <eric at anholt.net> wrote:
> ---
> src/glsl/nir/nir.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/glsl/nir/nir.c b/src/glsl/nir/nir.c
> index 25cdac0..10e6ed3 100644
> --- a/src/glsl/nir/nir.c
> +++ b/src/glsl/nir/nir.c
> @@ -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);
> --
> 2.1.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150128/86f655c5/attachment.html>
More information about the mesa-dev
mailing list