style cleanup

This commit is contained in:
Campbell Barton
2013-04-18 01:52:38 +00:00
parent 9cceec40c4
commit 3f7f07faf5
15 changed files with 31 additions and 31 deletions

View File

@@ -381,7 +381,7 @@ static PyObject *Texture_refresh(Texture *self, PyObject *args)
texture = self->m_scaledImg;
}
// load texture for rendering
loadTexture (self->m_actTex, texture, size, self->m_mipmap);
loadTexture(self->m_actTex, texture, size, self->m_mipmap);
// refresh texture source, if required
if (refreshSource) self->m_source->m_image->refresh();