summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/gl/heatmap_texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/gl/heatmap_texture.cpp')
-rw-r--r--src/mbgl/programs/gl/heatmap_texture.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/programs/gl/heatmap_texture.cpp b/src/mbgl/programs/gl/heatmap_texture.cpp
index a6583bfbb7..caa7d4652f 100644
--- a/src/mbgl/programs/gl/heatmap_texture.cpp
+++ b/src/mbgl/programs/gl/heatmap_texture.cpp
@@ -1,5 +1,5 @@
// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED.
-
+// clang-format off
#include <mbgl/programs/heatmap_texture_program.hpp>
#include <mbgl/programs/gl/preludes.hpp>
#include <mbgl/programs/gl/shader_source.hpp>
@@ -15,7 +15,7 @@ struct ShaderSource;
template <>
struct ShaderSource<HeatmapTextureProgram> {
static constexpr const char* name = "heatmap_texture";
- static constexpr const uint8_t hash[8] = { 0x9f, 0xc7, 0x56, 0xb2, 0x9e, 0x8f, 0x15, 0xff };
+ static constexpr const uint8_t hash[8] = {0x9f, 0xc7, 0x56, 0xb2, 0x9e, 0x8f, 0x15, 0xff};
static constexpr const auto vertexOffset = 9535;
static constexpr const auto fragmentOffset = 9715;
};
@@ -71,4 +71,4 @@ void main() {
}
*/
-
+// clang-format on