Check in patch #5709: Augmented Balanced Tree data structure.
[pspp-builds.git] / src / ui / gui / psppire-object.h
index 74c3e8b2b7d646ed5bfd05eeeef346617ef3b374..240efb331c66239338fc1e6417561f650f735e45 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
@@ -56,8 +55,8 @@ struct _PsppireObjectClass
 
 
 /* -- PsppireObject --- */
-GType          psppire_object_get_type(void);
-PsppireObject*      psppire_object_new(void);
+GType          psppire_object_get_type (void);
+PsppireObject*      psppire_object_new (void);
 
 G_END_DECLS