util: minor refactor _mesa_sha1_print()
authorMihai Preda <mhpreda@gmail.com>
Mon, 14 Nov 2022 17:58:13 +0000 (19:58 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 7 Dec 2022 12:59:33 +0000 (12:59 +0000)
commit6dd170e5a42704b383839d744b49531ac1a768ff
treec69dc0bfbadeca073597bb2f2b86de33b98843e0
parente9f3f80b1d5eec3651800be8f6eb879a4e0ab745
util: minor refactor _mesa_sha1_print()

should not change the output; avoids an additional printf()
for the separator.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19570>
src/util/mesa-sha1.c