From bcc613acc14d5962d89db19f48d6d53374f1a29b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 16 Oct 2018 23:44:21 +0200 Subject: [PATCH] gallium: Fix mismatched ifdef-guards MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Janiszewski Reviewed-by: Emil Velikov --- src/gallium/auxiliary/target-helpers/inline_debug_helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h index ef22cac2c31..08aea330710 100644 --- a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h +++ b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h @@ -38,8 +38,8 @@ debug_screen_wrap(struct pipe_screen *screen) return screen; } -#endif - #ifdef __cplusplus } #endif + +#endif // INLINE_DEBUG_HELPER_H -- 2.30.2