Whitespace changes only.
[pspp-builds.git] / src / ui / gui / psppire-data-store.h
index 0787f116c4511beac19b6cb28898c72a6fc64b05..1974aed8ddb400e281ff76d7938bc9a9cf83d0ef 100644 (file)
@@ -1,8 +1,7 @@
 /* psppire-data-store.h
+
    PSPPIRE --- A Graphical User Interface for PSPP
    Copyright (C) 2006  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
@@ -62,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 */
@@ -85,16 +84,16 @@ 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);
+
+void psppire_data_store_clear (PsppireDataStore *data_store);
 
 struct file_handle;