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)
Thu, May 7, 4:31 AM
Unknown Object (File)
Wed, May 6, 12:15 PM
Unknown Object (File)
Wed, May 6, 8:49 AM
Unknown Object (File)
Wed, May 6, 6:30 AM
Unknown Object (File)
Wed, May 6, 1:41 AM
Unknown Object (File)
Sun, May 3, 10:22 PM
Unknown Object (File)
Sun, Apr 19, 12:28 PM
Unknown Object (File)
Sun, Apr 19, 6:46 AM
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.