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/Ipocurve.h')
-rw-r--r--source/blender/python/api2_2x/Ipocurve.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/blender/python/api2_2x/Ipocurve.h b/source/blender/python/api2_2x/Ipocurve.h
index f0085f02009..4cac8796277 100644
--- a/source/blender/python/api2_2x/Ipocurve.h
+++ b/source/blender/python/api2_2x/Ipocurve.h
@@ -1,4 +1,5 @@
/*
+ * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
@@ -38,12 +39,10 @@
/*****************************************************************************/
/* Python C_IpoCurve structure definition: */
/*****************************************************************************/
-typedef struct
-{
- PyObject_HEAD /* required macro */
- IpoCurve * ipocurve;
-}
-C_IpoCurve;
+typedef struct {
+ PyObject_HEAD /* required macro */
+ IpoCurve * ipocurve;
+} C_IpoCurve;
-#endif /* EXPP_IPOCURVE_H */
+#endif /* EXPP_IPOCURVE_H */