mesa: add a space between headers and source (trivial)
authorTapani Pälli <tapani.palli@intel.com>
Thu, 14 Jun 2018 11:08:10 +0000 (14:08 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 27 Jun 2018 08:05:48 +0000 (11:05 +0300)
There used to be one and it looks like it was removed by eb63640c1d.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/program_resource.c

index 41024d68cecd60ee06f8eb958845026673ea0d4c..fedd1f183ceb756a61aa919e6de6d02afa0836e1 100644 (file)
@@ -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)
 {