[Mesa-dev] [PATCH 01/16] main: replace tabs by 8 spaces in bufferobj.c

Laura Ekstrand laura at jlekstrand.net
Mon Feb 16 12:24:29 PST 2015


LGTM.

Reviewed-by: Laura Ekstrand <laura at jlekstrand.net>

On Mon, Feb 16, 2015 at 6:13 AM, Martin Peres <martin.peres at linux.intel.com>
wrote:

> Signed-off-by: Martin Peres <martin.peres at linux.intel.com>
> ---
>  src/mesa/main/queryobj.c | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c
> index 932359c..17eaaac 100644
> --- a/src/mesa/main/queryobj.c
> +++ b/src/mesa/main/queryobj.c
> @@ -616,8 +616,8 @@ _mesa_GetQueryObjectiv(GLuint id, GLenum pname, GLint
> *params)
>           }
>           break;
>        case GL_QUERY_RESULT_AVAILABLE_ARB:
> -        if (!q->Ready)
> -           ctx->Driver.CheckQuery( ctx, q );
> +         if (!q->Ready)
> +            ctx->Driver.CheckQuery( ctx, q );
>           *params = q->Ready;
>           break;
>        default:
> @@ -667,8 +667,8 @@ _mesa_GetQueryObjectuiv(GLuint id, GLenum pname,
> GLuint *params)
>           }
>           break;
>        case GL_QUERY_RESULT_AVAILABLE_ARB:
> -        if (!q->Ready)
> -           ctx->Driver.CheckQuery( ctx, q );
> +         if (!q->Ready)
> +            ctx->Driver.CheckQuery( ctx, q );
>           *params = q->Ready;
>           break;
>        default:
> @@ -707,8 +707,8 @@ _mesa_GetQueryObjecti64v(GLuint id, GLenum pname,
> GLint64EXT *params)
>           *params = q->Result;
>           break;
>        case GL_QUERY_RESULT_AVAILABLE_ARB:
> -        if (!q->Ready)
> -           ctx->Driver.CheckQuery( ctx, q );
> +         if (!q->Ready)
> +            ctx->Driver.CheckQuery( ctx, q );
>           *params = q->Ready;
>           break;
>        default:
> @@ -747,8 +747,8 @@ _mesa_GetQueryObjectui64v(GLuint id, GLenum pname,
> GLuint64EXT *params)
>           *params = q->Result;
>           break;
>        case GL_QUERY_RESULT_AVAILABLE_ARB:
> -        if (!q->Ready)
> -           ctx->Driver.CheckQuery( ctx, q );
> +         if (!q->Ready)
> +            ctx->Driver.CheckQuery( ctx, q );
>           *params = q->Ready;
>           break;
>        default:
> --
> 2.3.0
>
> _______________________________________________
> 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/20150216/9b01916f/attachment-0001.html>


More information about the mesa-dev mailing list