Remove trailing whitespace from files
authorJohn Darrington <john@cellform.com>
Tue, 20 Jun 2023 12:37:39 +0000 (14:37 +0200)
committerJohn Darrington <john@cellform.com>
Tue, 20 Jun 2023 12:54:16 +0000 (14:54 +0200)
14 files changed:
doc/matrices.texi
doc/statistics.texi
po/ChangeLog
src/data/casereader-translator.c
src/data/convrtrs.txt
src/language/expressions/generate.py
src/ui/gui/psppire-import-spreadsheet.c
tests/data/data-out.at
tests/language/commands/aggregate.at
tests/language/commands/ctables.at
tests/language/commands/data-reader.at
tests/language/commands/define.at
tests/language/commands/matrix-data.at
tests/ui/terminal/squish-pty.py

index 4bd86f454535255f396e774763d0aca618d95f54..4093f540e7303813dd5eed66be8a39a1ee3d2f9d 100644 (file)
@@ -63,14 +63,14 @@ whose data was analyzed to produce the matrices.  @cmd{MATRIX DATA}
 assigns continuous variables format F10.4.
 @end enumerate
 
-Case weights are ignored in matrix files. 
+Case weights are ignored in matrix files.
 
 @subheading Row Types
 @anchor{Matrix File Row Types}
 
 Matrix files support a fixed set of types of matrix and vector data.
 The @code{ROWTYPE_} variable in each case of a matrix file indicates
-its row type.  
+its row type.
 
 The supported matrix row types are listed below.  Each type is listed
 with the keyword that identifies it in @code{ROWTYPE_}.  All supported
@@ -1832,7 +1832,7 @@ eval2
  -1.0000000000
  -1.0000000000
 @end example
-  
+
 @item @t{CALL SVD(@var{M}, @var{U}, @var{S}, @var{V})}
 @anchor{CALL SVD}
 
@@ -1876,7 +1876,7 @@ Replaces the main diagonal of @math{@var{n}@times{}@var{p}} matrix
 @math{@var{k} = 1}, so that @var{V} is a scalar, replaces all of the
 diagonal elements of @var{M} by @var{V}.  If @math{@var{k} <
 \min(@var{n},@var{p})}, only the upper @var{k} diagonal elements are
-replaced; if @math{@var{k} > \min(@var{n},@var{p})}, then the 
+replaced; if @math{@var{k} > \min(@var{n},@var{p})}, then the
 extra elements of @var{V} are ignored.
 
 Use the @code{MDIAG} function (@pxref{MDIAG}) to construct a new
index 8e4e6f843cc78bc18fdce83873e8d02a551ed122..57de6b2046a89aba8406382a9c6429112e3b9d6c 100644 (file)
@@ -1437,7 +1437,7 @@ counts:
 @code{U@i{area}PCT.SUM} (``Unweighted @i{Area} Sum %'', PCT40.1)
 
 @item
-@code{UPTILE} @i{n} (``Unweighted Percentile @i{n}'') 
+@code{UPTILE} @i{n} (``Unweighted Percentile @i{n}'')
 
 @item
 @code{USEMEAN} (``Unweighted Std Error of Mean'')
index b239538d563e24d8be3c8154809129cd2063feea..5e688e0aec315560e2898faaa33e33471bf3c2b7 100644 (file)
@@ -1,7 +1,7 @@
 Sat May 27 16:31:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-       * Makevars, POTFILES.in: Added glade file to the list of 
+       * Makevars, POTFILES.in: Added glade file to the list of
        translatable files.
-       
+
        * de.po: Added.
 
index 5c8b9f4209929f335c702f47e6f96312d8f1fabe..3dcc37a0284a9cce814b738b673389c8da5ad878 100644 (file)
@@ -500,7 +500,7 @@ uniquify (const struct ccase *c, void *aux)
     dir = 1;
   if (dir < 0)
     dir = -1;
-      
+
   case_unref (next_case);
   if (dir != 0)
     {
index 4aaa592a532e8439b9fa8fd2ccc08ad1ed9c2a3b..6fe99016eb8d4024a41971288d67d1e2d1e8ed22 100644 (file)
 # This is an alias file used by the character set converter.
 # A lot of converter information can be found in unicode/ucnv.h, but here
 # is more information about this file.
-# 
+#
 # If you are adding a new converter to this list and want to include it in the
 # icu data library, please be sure to add an entry to the appropriate ucm*.mk file
 # (see ucmfiles.mk for more information).
-# 
+#
 # Here is the file format using BNF-like syntax:
 #
 # converterTable ::= tags { converterLine* }
@@ -245,7 +245,7 @@ UTF32_OppositeEndian
 # with byte-order mark"
 #
 # From Unicode: Writes BOM.
-# To Unicode: Detects and consumes BOM. 
+# To Unicode: Detects and consumes BOM.
 #   If there is a "reverse BOM", Java throws
 #   MalformedInputException: Incorrect byte-order mark.
 #   In this case, ICU4C sets a U_ILLEGAL_ESCAPE_SEQUENCE UErrorCode value
@@ -256,7 +256,7 @@ UTF-16BE,version=1          UnicodeBig { JAVA* }
 # with byte-order mark"
 #
 # From Unicode: Writes BOM.
-# To Unicode: Detects and consumes BOM. 
+# To Unicode: Detects and consumes BOM.
 #   If there is a "reverse BOM", Java throws
 #   MalformedInputException: Incorrect byte-order mark.
 #   In this case, ICU4C sets a U_ILLEGAL_ESCAPE_SEQUENCE UErrorCode value
@@ -604,7 +604,7 @@ ibm-943_P15A-2003 { UTR22* }
                         x-MS932_0213 { JAVA }
                         x-JISAutoDetect { JAVA }
                         # cp943 # This isn't Windows, and no one else uses it.
-                        # IANA says that Windows-31J is an extension to csshiftjis ibm-932 
+                        # IANA says that Windows-31J is an extension to csshiftjis ibm-932
 ibm-943_P130-1999 { UTR22* }
                         ibm-943 { IBM* JAVA }
                         Shift_JIS # Leave untagged because this isn't the default
@@ -729,7 +729,7 @@ euc-tw-2014 { UTR22* }                # Updated EUC-TW converter based on ibm-96
 ibm-964_P110-1999 { UTR22* }                # Taiwan EUC. x-euc-tw is a MIME name
                         ibm-964 { IBM* JAVA }
                         ibm-eucTW
-                        cns11643 
+                        cns11643
                         cp964 { JAVA* }
                         964 { JAVA }
                         ibm-964_VPUA
@@ -754,15 +754,15 @@ ibm-949_P11A-1999 { UTR22* }
 # <quote from="Jungshik Shin">
 # EUC-KR = KS X 1003/ISO 646-KR or ISO 646-IRV/US-ASCII in GL and KS X 1001:1998 (formerly KS C 5601-1987) in GR.
 #
-# Although widely spread on MS Windows, using 
+# Although widely spread on MS Windows, using
 # KS C 5601 or related names to denote EUC-KR or
 # windows-949 is very much misleading. KS C 5601-1987
 # is NOT suitable as a designation for MIME charset
-# and MBCS. It's just the name of a 94 x 94 Korean 
+# and MBCS. It's just the name of a 94 x 94 Korean
 # coded character set standard which can be invoked
 # on either GL (with MSB reset) or GR (with MSB set).
-# Note that JOHAB (windows-1361) specified in 
-# KS X 1001:1998 annex 3 (KS C 5601-1992 annex 3) 
+# Note that JOHAB (windows-1361) specified in
+# KS X 1001:1998 annex 3 (KS C 5601-1992 annex 3)
 # is a _seprate_ MBCS with a _completely different_
 # mapping.
 # </quote>
@@ -1021,7 +1021,7 @@ ibm-424_P100-1995 { UTR22* }    ibm-424 { IBM* } IBM424 { IANA* JAVA } cp424 { I
 ibm-500_P100-1995 { UTR22* }    ibm-500 { IBM* } IBM500 { IANA* JAVA } CP500 { IANA JAVA* } ebcdic-cp-be { IANA } csIBM500 { IANA } ebcdic-cp-ch { IANA } 500   # EBCDIC International Latin1
 ibm-803_P100-1999 { UTR22* }    ibm-803 { IBM* } cp803   # Old EBCDIC Hebrew
 ibm-838_P100-1995 { UTR22* }    ibm-838 { IBM* } IBM838 { JAVA } IBM-Thai { IANA* JAVA } csIBMThai { IANA } cp838 { JAVA* } 838 { JAVA } ibm-9030 { IBM }   # EBCDIC Thai. Yes ibm-9030 is an alias.
-ibm-870_P100-1995 { UTR22* }    ibm-870 { IBM* } IBM870 { IANA* JAVA } CP870 { IANA JAVA* } ebcdic-cp-roece { IANA } ebcdic-cp-yu { IANA } csIBM870 { IANA }    # EBCDIC Latin 2 
+ibm-870_P100-1995 { UTR22* }    ibm-870 { IBM* } IBM870 { IANA* JAVA } CP870 { IANA JAVA* } ebcdic-cp-roece { IANA } ebcdic-cp-yu { IANA } csIBM870 { IANA }    # EBCDIC Latin 2
 ibm-871_P100-1995 { UTR22* }    ibm-871 { IBM* } IBM871 { IANA* JAVA } ebcdic-cp-is { IANA JAVA } csIBM871 { IANA JAVA } CP871 { IANA JAVA* } ebcdic-is { JAVA } 871 { JAVA }     # EBCDIC Iceland
 ibm-875_P100-1995 { UTR22* }    ibm-875 { IBM* } IBM875 { JAVA } cp875 { JAVA* } 875 { JAVA } x-IBM875 { JAVA } # EBCDIC Greek
 ibm-918_P100-1995 { UTR22* }    ibm-918 { IBM* } IBM918 { IANA* JAVA } CP918 { IANA JAVA* } ebcdic-cp-ar2 { IANA } csIBM918 { IANA }        # EBCDIC Urdu
@@ -1046,13 +1046,13 @@ ibm-939_P120-1999 { UTR22* }    # EBCDIC_STATEFUL Latin-Kanji Host Mixed.
                         x-IBM939 { JAVA }
                         x-IBM939A { JAVA }
 ibm-1025_P100-1995 { UTR22* }   ibm-1025 { IBM* JAVA } cp1025 { JAVA* } 1025 { JAVA } x-IBM1025 { JAVA }  # EBCDIC Cyrillic
-ibm-1026_P100-1995 { UTR22* }   ibm-1026 { IBM* } IBM1026 { IANA* JAVA } CP1026 { IANA JAVA* } csIBM1026 { IANA } 1026 { JAVA } # EBCDIC Turkey 
+ibm-1026_P100-1995 { UTR22* }   ibm-1026 { IBM* } IBM1026 { IANA* JAVA } CP1026 { IANA JAVA* } csIBM1026 { IANA } 1026 { JAVA } # EBCDIC Turkey
 ibm-1047_P100-1995 { UTR22* }   ibm-1047 { IBM* } IBM1047 { IANA* JAVA } cp1047 { JAVA* } 1047 { JAVA } # EBCDIC Open systems Latin1
 ibm-1097_P100-1995 { UTR22* }   ibm-1097 { IBM* JAVA } cp1097 { JAVA* } 1097 { JAVA } x-IBM1097 { JAVA }  # EBCDIC Farsi
 ibm-1112_P100-1995 { UTR22* }   ibm-1112 { IBM* JAVA } cp1112 { JAVA* } 1112 { JAVA } x-IBM1112 { JAVA }  # EBCDIC Baltic
 ibm-1114_P100-2001 { UTR22* }   ibm-1114 { IBM* } x-IBM1114 { JAVA* }
 ibm-1115_P100-1995 { UTR22* }   ibm-1115 { IBM* } x-IBM1115 { JAVA* }
-ibm-1122_P100-1999 { UTR22* }   ibm-1122 { IBM* JAVA } cp1122 { JAVA* } 1122 { JAVA } x-IBM1122 { JAVA }  # EBCDIC Estonia 
+ibm-1122_P100-1999 { UTR22* }   ibm-1122 { IBM* JAVA } cp1122 { JAVA* } 1122 { JAVA } x-IBM1122 { JAVA }  # EBCDIC Estonia
 ibm-1123_P100-1995 { UTR22* }   ibm-1123 { IBM* JAVA } cp1123 { JAVA* } 1123 { JAVA } x-IBM1123 { JAVA }  # EBCDIC Cyrillic Ukraine
 ibm-1130_P100-1997 { UTR22* }   ibm-1130 { IBM* }       # EBCDIC Vietnamese
 ibm-1132_P100-1998 { UTR22* }   ibm-1132 { IBM* }       # EBCDIC Lao
@@ -1197,7 +1197,7 @@ ibm-1351_P110-1997 { UTR22* }   ibm-1351 { IBM* } x-IBM1351 { JAVA* } # Japanese
 ibm-1362_P110-1999 { UTR22* }   ibm-1362 { IBM* } x-IBM1362 { JAVA* } # Korean (DBCS subset of ibm-1363)
 ibm-13676_P102-2001 { UTR22* }  ibm-13676 { IBM* } # Simplified Chinese (EBCDIC)
 ibm-1380_P100-1995 { UTR22* }   ibm-1380 { IBM* } x-IBM1380 { JAVA* } # Simplified Chinese (DBCS subset of ibm-1381)
-ibm-1381_P110-1999 { UTR22* }   ibm-1381 { IBM* JAVA } cp1381 { JAVA* } 1381 { JAVA } x-IBM1381 { JAVA } # Simplified Chinese PC Data mixed (IBM GB) 
+ibm-1381_P110-1999 { UTR22* }   ibm-1381 { IBM* JAVA } cp1381 { JAVA* } 1381 { JAVA } x-IBM1381 { JAVA } # Simplified Chinese PC Data mixed (IBM GB)
 ibm-1382_P100-1995 { UTR22* }   ibm-1382 { IBM* } x-IBM1382 { JAVA* } # Simplified Chinese (DBCS subset of ibm-1383)
 ibm-17221_P100-2001 { UTR22* }  ibm-17221 { IBM* } # Simplified Chinese (EBCDIC)
 ibm-17248_X110-1999 { UTR22* }  ibm-17248 { IBM* } # PC Arabic (w/ euro update) Updated version of ibm-864
index 43fadb017d128d6cdefcd892626fc0e7ef6aabfd..e9b5b046d040a65f727f002d8c70d5de249e77c2 100644 (file)
@@ -967,7 +967,7 @@ def usage():
 usage: generate.py -o OUTPUT_TYPE [-i INPUT] [-h] > OUTPUT
   -i INPUT    input file containing definitions (default: operations.def)
   -o OUTPUT   output file type, one of: evaluate.h, evaluate.inc,
-              operations.h, optimize.inc, parse.inc    
+              operations.h, optimize.inc, parse.inc
   -h          display this help message
 """ % argv0)
     sys.exit(0)
index 9423e30ddf4eeaef22f8d42be7ec57e24d4c135b..7d3db81081d96951e11f8ffcf9f606b24549bfd7 100644 (file)
@@ -96,7 +96,7 @@ on_sheet_combo_changed (GtkComboBox *cb, PsppireImportAssistant *ia)
 
   GObject *hmodel = NULL;
   g_object_get (ia->preview_sheet, "hmodel", &hmodel, NULL);
-  
+
   g_object_set (hmodel,
                 "post-button-create-func", set_column_header_label,
                 NULL);
index 1942144ede2c6ba74a9c64019456a239c20d2ce6..03d81a3dcecd23a188b8e083d75b047dc8325b49 100644 (file)
@@ -50,7 +50,7 @@ for format in 'F COMMA DOT DOLLAR PCT E CCA CCB CCC CCD CCE N Z'.split():
         if format != 'E':
             min_w = d + 1
             if format in ('DOLLAR', 'PCT'):
-                min_w += 1 
+                min_w += 1
             if min_w == 1 and format.startswith('CC'):
                 min_w = 2
         else:
index b8f7c8166adcdcfacc8780286a89dd0d3cabc0c0..70b353273bd45280a2d6f22bf8dbdb35dd3de646 100644 (file)
@@ -139,20 +139,20 @@ m4_if([$1], [external], [GET FILE='aggregate.sys'.],
       [$1], [dataset], [DATASET ACTIVATE aggregate.])
 LIST.
 ])
-  AT_CHECK([pspp -O format=csv aggregate.sps], [0], 
+  AT_CHECK([pspp -O format=csv aggregate.sps], [0],
     [m4_if([$3], [itemwise], [dnl
 "aggregate.sps:29.28-29.31: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    29 |         /NFOUT23 = fout(n, 3, 2)
       |                            ^~~~"
+
 "aggregate.sps:30.30-30.33: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    30 |         /NFOUT23I = fout.(n, 3, 2)
       |                              ^~~~"
+
 "aggregate.sps:31.28-31.35: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    31 |         /SFOUT23 = fout(s, '3', '2')
       |                            ^~~~~~~~"
+
 "aggregate.sps:32.30-32.37: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    32 |         /SFOUT23I = fout.(s, '3', '2')
       |                              ^~~~~~~~"
@@ -168,15 +168,15 @@ G,N,NI,NU,NUI,NFGT2,NFGT2I,SFGT2,SFGT2I,NFIN23,NFIN23I,SFIN23,SFIN23I,NFLT2,NFLT
 "aggregate.sps:29.28-29.31: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    29 |         /NFOUT23 = fout(n, 3, 2)
       |                            ^~~~"
+
 "aggregate.sps:30.30-30.33: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    30 |         /NFOUT23I = fout.(n, 3, 2)
       |                              ^~~~"
+
 "aggregate.sps:31.28-31.35: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    31 |         /SFOUT23 = fout(s, '3', '2')
       |                            ^~~~~~~~"
+
 "aggregate.sps:32.30-32.37: warning: AGGREGATE: The value arguments passed to the FOUT function are out of order.  They will be treated as if they had been specified in the correct order.
    32 |         /SFOUT23I = fout.(s, '3', '2')
       |                              ^~~~~~~~"
index fe2c9a6daefdcefdb8ce027b4ef233461ef3ed23..4aa8193102d142250d247a3990535b78388c74ac 100644 (file)
@@ -727,7 +727,7 @@ CTABLES /PCOMPUTE &x=EXPR(**).
 
 CTABLES /TABLE.
 
-CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT]. 
+CTABLES /TABLE qn113 [COUNT] BY qn114 [COUNT] BY qn116 [COUNT].
 
 CTABLES /TABLE qn1 /CATEGORIES VARIABLES=qn1 KEY=PTILE(qn1, 50).
 
@@ -2552,8 +2552,8 @@ CTABLES /TABLE x BY y[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPC
     /SLABELS POSITION=ROW.
 CTABLES /TABLE x BY y[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN,
                       TOTALS[COUNT, COLPCT, COLPCT.VALIDN, COLPCT.TOTALN, ROWPCT, ROWPCT.VALIDN, ROWPCT.TOTALN, VALIDN, TOTALN]]
-    /CATEGORIES VARIABLES=x [1, 2, 3, 4] TOTAL=YES 
-    /CATEGORIES VARIABLES=y [1, 3, 4, 5] TOTAL=YES 
+    /CATEGORIES VARIABLES=x [1, 2, 3, 4] TOTAL=YES
+    /CATEGORIES VARIABLES=y [1, 3, 4, 5] TOTAL=YES
     /SLABELS POSITION=ROW.
 ]])
 AT_CHECK([pspp ctables.sps -O box=unicode -O width=120], [0], [dnl
index 47c145b27dade9bb51ea0824f42798d97f940766..3ed7bc8c298d8a4bf9291bbd7e78a7ece2c14845 100644 (file)
@@ -122,37 +122,37 @@ seed = 1
 
 # ASCII to EBCDIC translation table
 ascii2ebcdic = (
-    0x00, 0x01, 0x02, 0x03, 0x37, 0x2d, 0x2e, 0x2f, 
-    0x16, 0x05, 0x25, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 
-    0x10, 0x11, 0x12, 0x13, 0x3c, 0x3d, 0x32, 0x26, 
-    0x18, 0x19, 0x3f, 0x27, 0x1c, 0x1d, 0x1e, 0x1f, 
-    0x40, 0x5a, 0x7f, 0x7b, 0x5b, 0x6c, 0x50, 0x7d, 
-    0x4d, 0x5d, 0x5c, 0x4e, 0x6b, 0x60, 0x4b, 0x61, 
-    0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 
-    0xf8, 0xf9, 0x7a, 0x5e, 0x4c, 0x7e, 0x6e, 0x6f, 
-    0x7c, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7, 
-    0xc8, 0xc9, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 
-    0xd7, 0xd8, 0xd9, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, 
-    0xe7, 0xe8, 0xe9, 0xad, 0xe0, 0xbd, 0x9a, 0x6d, 
-    0x79, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 
-    0x88, 0x89, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 
-    0x97, 0x98, 0x99, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 
-    0xa7, 0xa8, 0xa9, 0xc0, 0x4f, 0xd0, 0x5f, 0x07, 
-    0x20, 0x21, 0x22, 0x23, 0x24, 0x15, 0x06, 0x17, 
-    0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x09, 0x0a, 0x1b, 
-    0x30, 0x31, 0x1a, 0x33, 0x34, 0x35, 0x36, 0x08, 
-    0x38, 0x39, 0x3a, 0x3b, 0x04, 0x14, 0x3e, 0xe1, 
-    0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 
-    0x49, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 
-    0x58, 0x59, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 
-    0x68, 0x69, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 
-    0x76, 0x77, 0x78, 0x80, 0x8a, 0x8b, 0x8c, 0x8d, 
-    0x8e, 0x8f, 0x90, 0x6a, 0x9b, 0x9c, 0x9d, 0x9e, 
-    0x9f, 0xa0, 0xaa, 0xab, 0xac, 0x4a, 0xae, 0xaf, 
-    0xb0, 0xb1, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7, 
-    0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xa1, 0xbe, 0xbf, 
-    0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf, 0xda, 0xdb, 
-    0xdc, 0xdd, 0xde, 0xdf, 0xea, 0xeb, 0xec, 0xed, 
+    0x00, 0x01, 0x02, 0x03, 0x37, 0x2d, 0x2e, 0x2f,
+    0x16, 0x05, 0x25, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
+    0x10, 0x11, 0x12, 0x13, 0x3c, 0x3d, 0x32, 0x26,
+    0x18, 0x19, 0x3f, 0x27, 0x1c, 0x1d, 0x1e, 0x1f,
+    0x40, 0x5a, 0x7f, 0x7b, 0x5b, 0x6c, 0x50, 0x7d,
+    0x4d, 0x5d, 0x5c, 0x4e, 0x6b, 0x60, 0x4b, 0x61,
+    0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7,
+    0xf8, 0xf9, 0x7a, 0x5e, 0x4c, 0x7e, 0x6e, 0x6f,
+    0x7c, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7,
+    0xc8, 0xc9, 0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6,
+    0xd7, 0xd8, 0xd9, 0xe2, 0xe3, 0xe4, 0xe5, 0xe6,
+    0xe7, 0xe8, 0xe9, 0xad, 0xe0, 0xbd, 0x9a, 0x6d,
+    0x79, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
+    0x88, 0x89, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96,
+    0x97, 0x98, 0x99, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6,
+    0xa7, 0xa8, 0xa9, 0xc0, 0x4f, 0xd0, 0x5f, 0x07,
+    0x20, 0x21, 0x22, 0x23, 0x24, 0x15, 0x06, 0x17,
+    0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x09, 0x0a, 0x1b,
+    0x30, 0x31, 0x1a, 0x33, 0x34, 0x35, 0x36, 0x08,
+    0x38, 0x39, 0x3a, 0x3b, 0x04, 0x14, 0x3e, 0xe1,
+    0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48,
+    0x49, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57,
+    0x58, 0x59, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
+    0x68, 0x69, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75,
+    0x76, 0x77, 0x78, 0x80, 0x8a, 0x8b, 0x8c, 0x8d,
+    0x8e, 0x8f, 0x90, 0x6a, 0x9b, 0x9c, 0x9d, 0x9e,
+    0x9f, 0xa0, 0xaa, 0xab, 0xac, 0x4a, 0xae, 0xaf,
+    0xb0, 0xb1, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7,
+    0xb8, 0xb9, 0xba, 0xbb, 0xbc, 0xa1, 0xbe, 0xbf,
+    0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf, 0xda, 0xdb,
+    0xdc, 0xdd, 0xde, 0xdf, 0xea, 0xeb, 0xec, 0xed,
     0xee, 0xef, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xff)
 assert len(ascii2ebcdic) == 256
 
@@ -182,7 +182,7 @@ for item in data:
     out.buffer.write(bytearray([ord(c) for c in item]))
     out.buffer.write(reclen)
 out.close()
-    
+
 # MODE=360 /RECFORM=FIXED /LRECL=32
 out = open('fixed.bin', 'w')
 lrecl = 32
index d4803246c2cfacf081aed98c32a4388bb2fa7935..a6e1a6ef943b76516aa3478cb70a570e46d113e1 100644 (file)
@@ -1931,7 +1931,7 @@ define.sps:30.1-30.12: error: DEBUG EXPAND: Macro function !SUBSTR takes two or
 three arguments (not 0).
    30 | !narg_substr.
       | ^~~~~~~~~~~~
+
 !SUBSTR( )
 
 define.sps:14: In the expansion of `!narg_tail',
index 8f56e2530333e9589f2212e6133580ae44c40282..925b499f2ef0b52e1e6a81f50fa6dc45f5a784fb 100644 (file)
@@ -727,7 +727,7 @@ corr 2        2.00  .72  .54
 
 AT_CHECK([pspp -O format=csv matrix-data.sps], [1], [dnl
 matrix-data.txt:5: error: Matrix CORR had 1 rows but 4 rows were expected.
+
 matrix-data.txt:6: error: Matrix CORR had 2 rows but 4 rows were expected.
 
 Table: Split Values
index 53132cf9155f2fa7a0912cbaec980ca92292c59f..1f0f2b1b412de438d295beccb33b872589d48ea4 100644 (file)
@@ -23,4 +23,4 @@ passes it as stdin and stdout to the specified COMMAND.
 
 if __name__ == '__main__':
     sys.exit(main(sys.argv))
-    
+