changeset 629:ce1fe59627f2

Unify.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 04:08:00 +0000
parents e7e47ba162b1
children 8ece70f53d83
files src/xs_curve.c src/xs_curve.h
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_curve.c	Mon Sep 03 04:07:03 2007 +0000
+++ b/src/xs_curve.c	Mon Sep 03 04:08:00 2007 +0000
@@ -647,10 +647,8 @@
 	g_return_if_fail(XS_IS_CURVE(object));
 
 	curve = XS_CURVE(object);
-
 	if (curve->pixmap)
 		gdk_pixmap_unref(curve->pixmap);
-
 	if (curve->ctlpoints)
 		g_free(curve->ctlpoints);
 
--- a/src/xs_curve.h	Mon Sep 03 04:07:03 2007 +0000
+++ b/src/xs_curve.h	Mon Sep 03 04:08:00 2007 +0000
@@ -19,8 +19,8 @@
 
 /* Structures
  */
-typedef struct _XSCurve	XSCurve;
-typedef struct _XSCurveClass	XSCurveClass;
+typedef struct _XSCurve XSCurve;
+typedef struct _XSCurveClass XSCurveClass;
 
 typedef struct {
 	gfloat x,y;