From 62ea1f21858c69f6921c775ba7a3de201f0514d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 26 Jan 2017 18:52:44 +0100 Subject: [core] remove trailing whitespace, add trailing newlines, add space after // --- src/mbgl/gl/debugging.cpp | 2 +- src/mbgl/gl/vertex_array.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mbgl/gl') diff --git a/src/mbgl/gl/debugging.cpp b/src/mbgl/gl/debugging.cpp index f99308de7e..5ce3e606ee 100644 --- a/src/mbgl/gl/debugging.cpp +++ b/src/mbgl/gl/debugging.cpp @@ -132,7 +132,7 @@ void enable() { } // This will enable all messages including performance hints - //MBGL_CHECK_ERROR(DebugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DONT_CARE, 0, nullptr, GL_TRUE)); + // MBGL_CHECK_ERROR(DebugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DONT_CARE, 0, nullptr, GL_TRUE)); // This will only enable high and medium severity messages MBGL_CHECK_ERROR(DebugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_HIGH, 0, nullptr, GL_TRUE)); diff --git a/src/mbgl/gl/vertex_array.hpp b/src/mbgl/gl/vertex_array.hpp index 6215e56f21..6b6e11324f 100644 --- a/src/mbgl/gl/vertex_array.hpp +++ b/src/mbgl/gl/vertex_array.hpp @@ -11,4 +11,4 @@ extern ExtensionFunction DeleteVertexArra extern ExtensionFunction GenVertexArrays; } // namespace gl -} // namespace mbgl \ No newline at end of file +} // namespace mbgl -- cgit v1.2.1