This is an archive of the discontinued LLVM Phabricator instance.

Two extra spaces have been added in unittests/Analysis/TargetLibraryInfoTest.cpp when ran clang-format-diff on it
Needs ReviewPublic

Authored by calixte on Nov 28 2018, 7:05 AM.

Details

Reviewers
sabuasal
Summary

I modified this file in a previous patch and clang-format added two extra spaces, so I'm removing them.

Diff Detail

Event Timeline

calixte created this revision.Nov 28 2018, 7:05 AM
calixte updated this revision to Diff 175687.Nov 28 2018, 7:10 AM

Remove spaces at the beginning of lines

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 :)