Cleanup: style

This commit is contained in:
2018-09-21 07:31:29 +10:00
parent fb88088203
commit 08c7733c13
9 changed files with 34 additions and 30 deletions

View File

@@ -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;
}