code cleanup: white space, spelling & ';;' end of lines.

This commit is contained in:
2012-02-25 16:04:03 +00:00
parent 05725e7b6e
commit 6ca7d82932
32 changed files with 80 additions and 79 deletions

View File

@@ -796,7 +796,7 @@ static PyObject *M_Noise_cell_vector(PyObject *UNUSED(self), PyObject *args)
return NULL;
cellNoiseV(vec[0], vec[1], vec[2], r_vec);
return Vector_CreatePyObject(NULL, 3, Py_NEW, NULL);;
return Vector_CreatePyObject(NULL, 3, Py_NEW, NULL);
}
static PyMethodDef M_Noise_methods[] = {