Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / pfm.h
index ebf4401e67873239c93007389a8240581e4d8072..ad506ac34fce18e7db3aa8b8bc096085b1fc159d 100644 (file)
--- a/src/pfm.h
+++ b/src/pfm.h
@@ -48,7 +48,8 @@ union value;
 
 struct dictionary *pfm_read_dictionary (struct file_handle *,
                                        struct pfm_read_info *);
-int pfm_read_case (struct file_handle *, union value *, struct dictionary *);
+int pfm_read_case (struct file_handle *,
+                   union value *, struct dictionary *);
 
 int pfm_write_dictionary (struct file_handle *, struct dictionary *);
 int pfm_write_case (struct file_handle *, const union value *elem);