From: Tapani Pälli Date: Thu, 14 Jun 2018 11:08:10 +0000 (+0300) Subject: mesa: add a space between headers and source (trivial) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a92acec67c03fd06bb6208e74d329e40fec3514;p=mesa.git mesa: add a space between headers and source (trivial) There used to be one and it looks like it was removed by eb63640c1d. Signed-off-by: Tapani Pälli Reviewed-by: Jordan Justen --- diff --git a/src/mesa/main/program_resource.c b/src/mesa/main/program_resource.c index 41024d68cec..fedd1f183ce 100644 --- a/src/mesa/main/program_resource.c +++ b/src/mesa/main/program_resource.c @@ -31,6 +31,7 @@ #include "main/context.h" #include "program_resource.h" #include "compiler/glsl/ir_uniform.h" + static bool supported_interface_enum(struct gl_context *ctx, GLenum iface) {