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)
Sat, Sep 28, 5:40 AM
Unknown Object (File)
Wed, Sep 25, 5:18 AM
Unknown Object (File)
Mon, Sep 23, 11:05 PM
Unknown Object (File)
Wed, Sep 11, 10:25 AM
Unknown Object (File)
Thu, Sep 5, 11:45 AM
Unknown Object (File)
Sep 1 2024, 2:30 AM
Unknown Object (File)
Aug 26 2024, 3:21 AM
Unknown Object (File)
Aug 24 2024, 9:09 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50609
Build 47500: 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
86–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.