Whitespace changes only
[pspp-builds.git] / src / ui / gui / psppire-data-store.h
index c3482cf4cb2accaa60253c1ab6a8f09563224cc3..a828a88a14c9dedbd6a898a8c84da5017b9028a8 100644 (file)
@@ -1,5 +1,5 @@
 /* psppire-data-store.h
+
    PSPPIRE --- A Graphical User Interface for PSPP
    Copyright (C) 2006  Free Software Foundation
 
@@ -61,8 +61,8 @@ struct _PsppireDataStore
   const PangoFontDescription *font_desc;
 
   /* The width of an upper case 'M' rendered in the current font */
-  gint width_of_m ; 
-  
+  gint width_of_m ;
+
   gboolean show_labels;
 
   /* Geometry */
@@ -84,15 +84,15 @@ struct _PsppireDataStoreClass
 inline GType psppire_data_store_get_type (void) G_GNUC_CONST;
 PsppireDataStore *psppire_data_store_new     (PsppireDict *dict);
 
-void psppire_data_store_set_dictionary(PsppireDataStore *data_store, 
+void psppire_data_store_set_dictionary(PsppireDataStore *data_store,
                                       PsppireDict *dict);
 
-void psppire_data_store_set_font(PsppireDataStore *store, 
+void psppire_data_store_set_font(PsppireDataStore *store,
                                 const PangoFontDescription *fd);
 
-void psppire_data_store_show_labels(PsppireDataStore *store, 
+void psppire_data_store_show_labels(PsppireDataStore *store,
                                    gboolean show_labels);
-  
+
 void psppire_data_store_clear(PsppireDataStore *data_store);
 
 struct file_handle;