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>2018-09-21 00:31:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-21 01:11:50 +0300
commit08c7733c1393d200513983d9b895ef8e92110591 (patch)
tree72dc2b3621fd2ab41f5879d02d0bdae78533c7f9 /source/blender/python
parentfb88088203ec478f4c06bd4b755d47492246759d (diff)
Cleanup: style
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/gpu/gpu_py_shader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/gpu/gpu_py_shader.c b/source/blender/python/gpu/gpu_py_shader.c
index 3a9122297cd..a10fe22a7f2 100644
--- a/source/blender/python/gpu/gpu_py_shader.c
+++ b/source/blender/python/gpu/gpu_py_shader.c
@@ -340,8 +340,8 @@ static PyObject *bpygpu_shader_uniform_float(
float value;
if (!PyArg_ParseTuple(
- args, "if:GPUShader.uniform_float",
- &location, &value))
+ args, "if:GPUShader.uniform_float",
+ &location, &value))
{
return NULL;
}