[NFC][clang] Fix format in UnsafeBufferUsage.cpp
authorEvan Wilde <etceterawilde@gmail.com>
Mon, 17 Jul 2023 05:43:47 +0000 (22:43 -0700)
committerEvan Wilde <etceterawilde@gmail.com>
Mon, 17 Jul 2023 05:45:29 +0000 (22:45 -0700)
commitd7b45945fbb7c4ac27c456dd7c2ff8bb40fcf8f8
tree3e3c143f8fd4ea17a25295aa5d85d898076e0456
parent9b0d45baa01799ff50d9ba3f63b10379283b06b9
[NFC][clang] Fix format in UnsafeBufferUsage.cpp

There were two whitespaces on an otherwise empty that were causing the
bots to fail due to formatting issues. Deleting extra whitespace now.
clang/lib/Analysis/UnsafeBufferUsage.cpp