Page MenuHomeFreeBSD

arm64/disassem.c: Fix formatting
ClosedPublic

Authored by koliagogsadze_gmail.com on Mar 3 2023, 6:58 PM.
Tags
None
Referenced Files
F109923144: D38899.id119531.diff
Tue, Feb 11, 6:57 AM
F109922893: D38899.id118280.diff
Tue, Feb 11, 6:52 AM
F109922637: D38899.id121041.diff
Tue, Feb 11, 6:46 AM
F109901657: D38899.diff
Mon, Feb 10, 11:26 PM
Unknown Object (File)
Thu, Feb 6, 8:46 AM
Unknown Object (File)
Fri, Jan 31, 11:01 PM
Unknown Object (File)
Nov 21 2024, 11:28 PM
Unknown Object (File)
Nov 10 2024, 3:00 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50136
Build 47028: 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

Drop this extra blank line.

468

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.