From e841518da7f4861cb0a275583da0cec13714802c Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:19:10 +0200 Subject: Discard trailing whitespaces --- test/example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/example.c') 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 -- cgit 0.0.5-2-1-g0f52