This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc] Run clang-format on lld/MachO/*.{h,cpp}
ClosedPublic

Authored by oontvoo on May 23 2022, 6:01 PM.

Details

Reviewers
smeenai
Group Reviewers
Restricted Project
Commits
rGc0ec1036d653: [lld-macho][nfc] Run clang-format on lld/MachO/*.{h,cpp}
Summary
  • fixed inconsistent indents and spaces
  • prevent extraneous formatting changes in other patches

Diff Detail

Event Timeline

oontvoo created this revision.May 23 2022, 6:01 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 23 2022, 6:01 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
oontvoo requested review of this revision.May 23 2022, 6:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2022, 6:01 PM
smeenai accepted this revision.May 23 2022, 6:08 PM
smeenai added a subscriber: smeenai.

LGTM, thanks. I'm surprised these weren't caught by the lint running on the diffs where they were introduced.

This revision is now accepted and ready to land.May 23 2022, 6:08 PM
This revision was automatically updated to reflect the committed changes.