Check in patch #5709: Augmented Balanced Tree data structure.
[pspp-builds.git] / src / ui / gui / psppire-object.h
index 0d49553391810e8fd1766ef1af0ac7e750e0edb3..240efb331c66239338fc1e6417561f650f735e45 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
     PSPPIRE --- A Graphical User Interface for PSPP
     Copyright (C) 2004  Free Software Foundation
 
@@ -55,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