Page MenuHomeFreeBSD

arm64/disassem.c: Fix formatting
ClosedPublic

Authored by koliagogsadze_gmail.com on Mar 3 2023, 6:58 PM.
Tags
None
Referenced Files
F149952349: D38899.id.diff
Sat, Mar 28, 8:31 AM
Unknown Object (File)
Thu, Mar 26, 6:43 PM
Unknown Object (File)
Fri, Mar 20, 4:22 AM
Unknown Object (File)
Wed, Mar 18, 6:58 AM
Unknown Object (File)
Mon, Mar 16, 1:15 PM
Unknown Object (File)
Feb 18 2026, 11:22 PM
Unknown Object (File)
Feb 17 2026, 6:51 PM
Unknown Object (File)
Feb 14 2026, 10:21 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.