Check in patch #5709: Augmented Balanced Tree data structure.
[pspp-builds.git] / src / ui / gui / psppire-object.c
index 4b74029bd6b7f6a8dd04dcfa6bab15594f40f7ea..8674f61b12492abe25b84f4d4b05dfba45b6f041 100644 (file)
@@ -1,7 +1,6 @@
-/* 
+/*
     PSPPIRE --- A Graphical User Interface for PSPP
     Copyright (C) 2004  Free Software Foundation
-    Written by John Darrington
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -66,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)
@@ -103,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)