codec/tests.at: Delete stray space before tab.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2022 15:27:33 +0000 (16:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Apr 2023 19:23:51 +0000 (20:23 +0100)
codec/tests.at

index cf51618..bc93d3a 100644 (file)
@@ -44,7 +44,7 @@ m4_define([CODEC_TESTENCODE], [
 ])
 
 ## CODEC_TESTDECODE(codec, encoding, [raw-data],
-##                 [options], [exp-status], [exp-stderr])
+##                 [options], [exp-status], [exp-stderr])
 ##
 ## Check that CODEC decodes ENCODING as RAW-DATA, given the OPTIONS, or that
 ## it reports EXP-STATUS and produces EXP-STDERR.