Page MenuHomeFreeBSD

arm64/disassem.c: Fix formatting
ClosedPublic

Authored by koliagogsadze_gmail.com on Mar 3 2023, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 4:07 PM
Unknown Object (File)
Wed, Aug 5, 8:07 AM
Unknown Object (File)
Wed, Aug 5, 6:23 AM
Unknown Object (File)
Wed, Aug 5, 3:33 AM
Unknown Object (File)
Wed, Aug 5, 2:19 AM
Unknown Object (File)
Tue, Aug 4, 2:53 AM
Unknown Object (File)
Jul 7 2026, 5:31 PM
Unknown Object (File)
Jun 26 2026, 8:53 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50610
Build 47501: arc lint + arc unit

Event Timeline

Two small things to fix, but this looks good to me. I will wait for the follow-up changes before committing anything.

sys/arm64/arm64/disassem.c
87–101

Drop this extra blank line.

467

This line was indented correctly already. From the style(9) page:

Indentation is an 8 character tab. Second level indents are four spaces.
This revision is now accepted and ready to land.Mar 28 2023, 6:41 PM
This revision was automatically updated to reflect the committed changes.