This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Indentation and whitespace fixes in generated code. NFC.
ClosedPublic

Authored by foad on Nov 6 2020, 6:27 AM.

Details

Summary

Some of these were found by running clang-format over the generated
code, although that complains about far more issues than I have fixed
here.

Diff Detail

Event Timeline

foad created this revision.Nov 6 2020, 6:27 AM
foad requested review of this revision.Nov 6 2020, 6:27 AM

LGTM.

But what is "NFC"?

foad added a comment.Nov 6 2020, 7:41 AM

LGTM.

But what is "NFC"?

No functional change! Or sometimes NFCI for no functional change intended, if you're feeling doubtful.

Duly added to my initialism list.

This revision is now accepted and ready to land.Nov 6 2020, 7:47 AM
This revision was landed with ongoing or failed builds.Nov 6 2020, 8:13 AM
This revision was automatically updated to reflect the committed changes.