Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unix: remove extra trailing newlines in zsyscall_openbsd_*.go #183

Closed
wants to merge 1 commit into from

Commits on Dec 20, 2023

  1. unix: remove extra trailing newlines in zsyscall_openbsd_*.go

    These newlines are written by mksyscall.go but should not appear in the final
    generated files once the output is passed through gofmt.  This is done by
    mkall.sh but I had written a custom script just to generate these openbsd
    zsyscall files in CL 468095.
    
    Running the mksyscall.go output through gofmt fixes this issue.
    
    Fixes golang/go#64820
    jrick committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    514272b View commit details
    Browse the repository at this point in the history