]> git.ipfire.org Git - thirdparty/xz.git/commit
Tests: test_microlzma: Tweak comments, coding style, and minor details
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 13 Apr 2024 15:05:31 +0000 (18:05 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 22 May 2024 11:32:36 +0000 (14:32 +0300)
commit3e2ff2d38c54c8fc7ce15aaf91185dc105d9c92c
tree8ce24d660bdccae364932fbd69faf4e28c7cd9b3
parentebc8b8de19d641c37ab7959a224bcd0ff4c0833f
Tests: test_microlzma: Tweak comments, coding style, and minor details

A few lines were reordered, a few ARRAY_SIZE were changed to sizeof,
and a few uint32_t were changed to size_t. No real functional changes
were intended.

(cherry picked from commit 0fe2dfa68355d2b165544b2bc8babf77dcc2039e)
tests/test_microlzma.c