From 6a159bca9d2de0b18af31338599e299a1a94a6d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Thu, 20 Jun 2019 14:48:35 +0200 Subject: [PATCH] util: add empty line before virgl options Reviewed-by: Eric Engestrom --- src/util/xmlpool/t_options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index e1bfba6240d..552fd9db813 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -362,6 +362,7 @@ DRI_CONF_OPT_END DRI_CONF_OPT_BEGIN_B(v3d_nonmsaa_texture_size_limit, def) \ DRI_CONF_DESC(en,"Report the non-MSAA-only texture size limit") \ DRI_CONF_OPT_END + /** * \brief virgl specific configuration options */ -- 2.30.2