Fix call to utohexstr
authorAaron Ballman <aaron@aaronballman.com>
Tue, 8 Nov 2022 16:50:10 +0000 (11:50 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 8 Nov 2022 16:51:47 +0000 (11:51 -0500)
commit322cf744b926a31986f78d74c79713e412cf811d
tree2ad99c87231ab43e3e3ed0c2ec769af675378b22
parentb048b1b769aaf93abe22c01ac2ecad7d68762811
Fix call to utohexstr

This was passing a width but failed to pass the preceding boolean
argument for whether to use to upper or lowercase hex digits.

Amends d19ba74dee0b9ab553bd8a6ef5b67ff349f4bf13
clang-tools-extra/include-cleaner/lib/Types.cpp