Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-07-09 15:23:34 +0300
committerJeroen Bakker <jeroen@blender.org>2021-07-09 15:23:34 +0300
commitcb9e251440e45db712f24b8fc362693f42734c49 (patch)
tree613eae82f21033ea9d7ab8a7b90d2bebe990e811
parent34e3468d89e425aad05f9b9936266a4f8b691dd0 (diff)
Cleanup: removed empty line.temp-gpu-uniform-builtin-structs
-rw-r--r--source/blender/gpu/intern/gpu_shader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader.cc b/source/blender/gpu/intern/gpu_shader.cc
index a0c67734432..26eb5d3e899 100644
--- a/source/blender/gpu/intern/gpu_shader.cc
+++ b/source/blender/gpu/intern/gpu_shader.cc
@@ -238,7 +238,7 @@ GPUShader *GPU_shader_create_ex(const char *vertcode,
shname,
static_cast<int>(shader_block),
static_cast<int>(*best_struct_type));
- }
+
}
}