aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2018-06-14 14:08:10 +0300
committerTapani Pälli <[email protected]>2018-06-27 11:05:48 +0300
commit9a92acec67c03fd06bb6208e74d329e40fec3514 (patch)
tree6cee435c30edf606959c9bce7454deb33e9078db /src/mesa
parent58ba7ab535addc2ec4e13ca17364857b895d103d (diff)
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 <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/program_resource.c1
1 files changed, 1 insertions, 0 deletions
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)
{