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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-02 11:43:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-03 08:14:02 +0300
commit83d62908005c525197de52cfb7c25bc8784e63c2 (patch)
tree89e71c0095c6fc5bb4afe41544b83e3d2b6ca940 /source/blender/gpu
parent21f150cc902a85d00134f68c658f517df46092f0 (diff)
Cleanup: remove trailing space, newlines at eof
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_uniformbuffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_uniformbuffer.cc b/source/blender/gpu/intern/gpu_uniformbuffer.cc
index b2e31894f9d..846ab6c8560 100644
--- a/source/blender/gpu/intern/gpu_uniformbuffer.cc
+++ b/source/blender/gpu/intern/gpu_uniformbuffer.cc
@@ -274,4 +274,4 @@ void GPU_uniformbuffer_unbind_all(void)
for (int i = 0; i < GPU_max_ubo_binds(); i++) {
glBindBufferBase(GL_UNIFORM_BUFFER, i, 0);
}
-} \ No newline at end of file
+}