From 2fb82920059257fd7ac8e33bfe53de13e7ed53bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 16 Sep 2012 04:58:18 +0000 Subject: style cleanup --- source/gameengine/VideoTexture/ImageMix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/VideoTexture/ImageMix.cpp') diff --git a/source/gameengine/VideoTexture/ImageMix.cpp b/source/gameengine/VideoTexture/ImageMix.cpp index 3907e6c6883..f09454a517b 100644 --- a/source/gameengine/VideoTexture/ImageMix.cpp +++ b/source/gameengine/VideoTexture/ImageMix.cpp @@ -101,14 +101,14 @@ void ImageMix::calcImage (unsigned int texId, double ts) // cast Image pointer to ImageMix -inline ImageMix * getImageMix (PyImage * self) +inline ImageMix * getImageMix (PyImage *self) { return static_cast(self->m_image); } // python methods // get source weight -static PyObject *getWeight (PyImage * self, PyObject * args) +static PyObject *getWeight (PyImage *self, PyObject *args) { // weight short weight = 0; -- cgit v1.2.3