[PATCH] D158805: [clang-format][NFC] Remove extraneous newlines at end of test cases
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 25 13:50:52 PDT 2023
owenpan marked an inline comment as done.
owenpan added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:24187
// Newlines are important here.
+ verifyFormat("FOO(1+2 )", Style);
----------------
HazardyKnusperkeks wrote:
> This.
Good catch! Though `verifyFormat` removed the newlines anyways.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158805/new/
https://reviews.llvm.org/D158805
More information about the cfe-commits
mailing list