This is an archive of the discontinued LLVM Phabricator instance.

[NFC][X86]remove trailing space in X86InstrArithmetic.td
ClosedPublic

Authored by XinWang10 on Mar 23 2023, 12:23 AM.

Details

Summary

In this file, most of the line don't have trailing spaces,
but some of them have. To keep consistent, remove the trailing
spaces.

Diff Detail

Event Timeline

XinWang10 created this revision.Mar 23 2023, 12:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2023, 12:23 AM
XinWang10 requested review of this revision.Mar 23 2023, 12:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2023, 12:23 AM
skan accepted this revision.Mar 23 2023, 2:27 AM

LGTM

This revision is now accepted and ready to land.Mar 23 2023, 2:27 AM

Thanks for your review.