Check in patch #5709: Augmented Balanced Tree data structure.
[pspp-builds.git] / src / ui / gui / psppire-object.c
index e47c85c6eb6480006fb309ee83fc453ac5079769..8674f61b12492abe25b84f4d4b05dfba45b6f041 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
     PSPPIRE --- A Graphical User Interface for PSPP
     Copyright (C) 2004  Free Software Foundation
 
@@ -65,7 +65,7 @@ psppire_object_get_type (void)
   return object_type;
 }
 
-static guint signal_changed = 0 ; 
+static guint signal_changed = 0 ;
 
 static void
 psppire_object_class_init (PsppireObjectClass *class)
@@ -102,8 +102,8 @@ psppire_object_init (PsppireObject *psppire_object)
 /**
  * psppire_object_new:
  * @returns: a new #PsppireObject object
- * 
- * Creates a new #PsppireObject. 
+ *
+ * Creates a new #PsppireObject.
  */
 PsppireObject*
 psppire_object_new (void)