Whitespace changes only.
[pspp-builds.git] / src / ui / gui / psppire-var-store.h
index 11a224d392bb60cfc4b9a8199f175aafc077ed28..d61e25ff44aecbed8be08628531d538f164f7dab 100644 (file)
@@ -1,8 +1,7 @@
 /* psppire-var-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
@@ -84,7 +83,7 @@ void psppire_var_store_set_dictionary (PsppireVarStore *var_store, PsppireDict *
 /* Return the number of variables */
 gint psppire_var_store_get_var_cnt (PsppireVarStore      *var_store);
 
-void psppire_var_store_set_font(PsppireVarStore *store, const PangoFontDescription *fd);
+void psppire_var_store_set_font (PsppireVarStore *store, const PangoFontDescription *fd);
 
 
 #ifdef __cplusplus