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:
Diffstat (limited to 'source/blender/python/api2_2x/rgbTuple.h')
-rw-r--r--source/blender/python/api2_2x/rgbTuple.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/python/api2_2x/rgbTuple.h b/source/blender/python/api2_2x/rgbTuple.h
index 731c8904738..42a5318d001 100644
--- a/source/blender/python/api2_2x/rgbTuple.h
+++ b/source/blender/python/api2_2x/rgbTuple.h
@@ -1,4 +1,5 @@
/*
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
@@ -41,19 +42,18 @@
* objects, so this header file must contain only 'public' declarations */
/*****************************************************************************/
-/* Python BPy_rgbTuple structure definition: */
+/* Python BPy_rgbTuple structure definition: */
/*****************************************************************************/
typedef struct {
- PyObject_HEAD
- float *rgb[3]; /* array of three pointers to floats */
+ PyObject_HEAD float *rgb[3]; /* array of three pointers to floats */
} BPy_rgbTuple;
/*****************************************************************************/
/* Python API function prototypes for the rgbTuple helper module. */
/*****************************************************************************/
-PyObject *rgbTuple_New (float *rgb[3]);
-PyObject *rgbTuple_getCol (BPy_rgbTuple *self);
-PyObject *rgbTuple_setCol (BPy_rgbTuple *self, PyObject *args);
+PyObject *rgbTuple_New( float *rgb[3] );
+PyObject *rgbTuple_getCol( BPy_rgbTuple * self );
+PyObject *rgbTuple_setCol( BPy_rgbTuple * self, PyObject * args );
-#endif /* EXPP_rgbTuple_H */
+#endif /* EXPP_rgbTuple_H */