summaryrefslogtreecommitdiff
path: root/test/example.c
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-08-06 13:19:10 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2023-08-07 08:23:52 +0200
commite841518da7f4861cb0a275583da0cec13714802c (patch)
tree6ea6be7227cf6319bddf4fa6c59ebf4590c3f88a /test/example.c
parent3605d984d82db5c6dc9f0ac3b07f257edd4c1979 (diff)
downloadProject-Tick-e841518da7f4861cb0a275583da0cec13714802c.tar.gz
Project-Tick-e841518da7f4861cb0a275583da0cec13714802c.zip
Discard trailing whitespaces
Diffstat (limited to 'test/example.c')
-rw-r--r--test/example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example.c b/test/example.c
index b500af92c6..d0e38c9080 100644
--- a/test/example.c
+++ b/test/example.c
@@ -543,14 +543,14 @@ void test_dict_inflate(unsigned char *compr, size_t comprLen, unsigned char *unc
}
CHECK_ERR(err, "inflate with dict");
}
-
+
err = PREFIX(inflateGetDictionary)(&d_stream, NULL, &check_dictionary_len);
CHECK_ERR(err, "inflateGetDictionary");
#ifndef S390_DFLTCC_INFLATE
if (check_dictionary_len < sizeof(dictionary))
error("bad dictionary length\n");
#endif
-
+
err = PREFIX(inflateGetDictionary)(&d_stream, check_dictionary, &check_dictionary_len);
CHECK_ERR(err, "inflateGetDictionary");
#ifndef S390_DFLTCC_INFLATE