[clang-format] Fix misalignments of pointers in angle brackets (#106013)
authorOwen Pan <owenpiano@gmail.com>
Wed, 28 Aug 2024 02:13:27 +0000 (19:13 -0700)
committerTobias Hieta <tobias@hieta.se>
Sun, 1 Sep 2024 08:12:18 +0000 (10:12 +0200)
commit9ec54c307b6151b1ddb3f7fe3b7cba4d9309b26c
tree9e7deed0e2482108ae716d96a598949f7aa93e10
parent32927ca57e805681fa93ed913c0f0d3c075563b7
[clang-format] Fix misalignments of pointers in angle brackets (#106013)

Fixes #105898.

(cherry picked from commit 656d5aa95825515a55ded61f19d41053c850c82d)
clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTest.cpp