diff options
| author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-08-06 13:19:10 +0200 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2023-08-07 08:23:52 +0200 |
| commit | e841518da7f4861cb0a275583da0cec13714802c (patch) | |
| tree | 6ea6be7227cf6319bddf4fa6c59ebf4590c3f88a /test/example.c | |
| parent | 3605d984d82db5c6dc9f0ac3b07f257edd4c1979 (diff) | |
| download | Project-Tick-e841518da7f4861cb0a275583da0cec13714802c.tar.gz Project-Tick-e841518da7f4861cb0a275583da0cec13714802c.zip | |
Discard trailing whitespaces
Diffstat (limited to 'test/example.c')
| -rw-r--r-- | test/example.c | 4 |
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 |
