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

Missing spaces before open enum brace, if on same line #7

Closed
colinator27 opened this issue Aug 12, 2024 · 0 comments
Closed

Missing spaces before open enum brace, if on same line #7

colinator27 opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working decompiler Involves the decompiler

Comments

@colinator27
Copy link
Member

Incorrect output observed

enum A{
    // ...
}

Expected output

enum A {
    // ...
}

VM assembly
N/A

Additional context
When block braces start on the same line (via decompiler settings), there's currently no space emitted before the opening curly brace. This should be fixed.

@colinator27 colinator27 added bug Something isn't working decompiler Involves the decompiler labels Aug 12, 2024
@colinator27 colinator27 self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working decompiler Involves the decompiler
Projects
None yet
Development

No branches or pull requests

1 participant