Fix whitespace inconsistencies
authorPeter Eisentraut <[email protected]>
Mon, 15 May 2023 04:27:40 +0000 (06:27 +0200)
committerPeter Eisentraut <[email protected]>
Mon, 15 May 2023 04:27:40 +0000 (06:27 +0200)
src/bin/pg_amcheck/t/004_verify_heapam.pl

index 90ba59ec0b7142db58647cae9e178bd812ff19ff..e77b50c6c55b8159ae15ea84983c85bd6ab87c28 100644 (file)
@@ -45,7 +45,7 @@ use Test::More;
 # offsets within the tuple.  We choose a structure without padding on all
 # supported architectures:
 #
-#      a BIGINT
+#      a BIGINT
 #      b TEXT
 #      c TEXT
 #
@@ -77,7 +77,7 @@ use Test::More;
 #    xx xx xx xx xx xx xx xx   'b': xxxxxxxx   offset = 32             CCCCCCCC
 #    xx xx xx xx xx xx xx xx   'c': xxxxxxxx   offset = 40             CCllLL
 #    xx xx xx xx xx xx xx xx      : xxxxxxxx    ...continued
-#    xx xx                        : xx          ...continued
+#    xx xx                        : xx                  ...continued
 #
 # We could choose to read and write columns 'b' and 'c' in other ways, but
 # it is convenient enough to do it this way.  We define packing code