Mesa (master): gallium: Fix mismatched ifdef-guards

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 18 10:04:15 UTC 2018


Module: Mesa
Branch: master
Commit: bcc613acc14d5962d89db19f48d6d53374f1a29b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcc613acc14d5962d89db19f48d6d53374f1a29b

Author: Michał Janiszewski <janisozaur+signed at gmail.com>
Date:   Tue Oct 16 23:44:21 2018 +0200

gallium: Fix mismatched ifdef-guards

Signed-off-by: Michał Janiszewski <janisozaur+signed at gmail.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 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 ef22cac2c3..08aea33071 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




More information about the mesa-commit mailing list