[PATCH] D55003: Two extra spaces have been added in unittests/Analysis/TargetLibraryInfoTest.cpp when ran clang-format-diff on it
Sameer AbuAsal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 11:35:36 PST 2018
sabuasal added a comment.
Thank you for updating this.
The extra lines here were added to all lines, not sure why this patch only shows one updated line.
For future patches, use "git diff -U0 | clang-format-diff.py -p1" . This wil format only the diff instead of all the files :)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55003/new/
https://reviews.llvm.org/D55003
More information about the llvm-commits
mailing list