Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / format.h
index 089f1ed3d1638d8e940614c32943928313bc0cee..edfbc676846ecf151a3daded0701fbc57ff22928 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -28,7 +27,7 @@
 #include <libpspp/str.h>
 
 /* Format type categories. */
-enum fmt_category 
+enum fmt_category
   {
     /* Numeric formats. */
     FMT_CAT_BASIC          = 0x001,     /* Basic numeric formats. */
@@ -116,6 +115,7 @@ bool fmt_from_io (int io, enum fmt_type *);
 
 bool fmt_usable_for_input (enum fmt_type) PURE_FUNCTION;
 const char *fmt_date_template (enum fmt_type) PURE_FUNCTION;
+char *fmt_dollar_template (const struct fmt_spec *);
 \f
 /* Maximum length of prefix or suffix string in
    struct fmt_number_style. */