On Thu, Feb 5, 2015 at 3:05 AM, Topi Pohjolainen
<topi.pohjolai...@intel.com> wrote:
> From: Dave Airlie <airl...@gmail.com>
>
> Signed-off-by: Dave Airlie <airl...@redhat.com>
> ---
>  src/glsl/lower_ubo_reference.cpp | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/src/glsl/lower_ubo_reference.cpp 
> b/src/glsl/lower_ubo_reference.cpp
> index 43dd067..e539491 100644
> --- a/src/glsl/lower_ubo_reference.cpp
> +++ b/src/glsl/lower_ubo_reference.cpp
> @@ -510,16 +510,23 @@ 
> lower_ubo_reference_visitor::emit_ubo_loads(ir_dereference *deref,
>        base_ir->insert_before(assign(deref->clone(mem_ctx, NULL),
>                                     ubo_load(deref->type, offset)));
>     } else {
> +

Remove the extra newline here.

With that,

Reviewed-by: Matt Turner <matts...@gmail.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to