[Mesa-dev] [PATCH 01/13] glapi: add ARB_gpu_shader_fp64 (v2)

Matt Turner mattst88 at gmail.com
Wed Feb 4 23:48:44 PST 2015


On Wed, Feb 4, 2015 at 11:27 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> +void GLAPIENTRY
> +_mesa_UniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose,
> +                          const GLdouble * value)

Sloppy whitespace. Align it with the ( on the previous line. Also *
goes with the argument name.

Both of these occur elsewhere in this patch.


More information about the mesa-dev mailing list