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

Remove clang-format off from Windows audio driver #111

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

madmiraal
Copy link
Contributor

clang-format code formatting was turned off in the Windows audio driver, because the formatting was odd. However, by removing a hanging comma (after the k), the formatting works as expected.

This PR removes the comma and allows clang-format to format the code correctly.

@madmiraal madmiraal added the PR Type: Enhancement Your current game will work better. label Jan 18, 2025
@DanielaOrtner DanielaOrtner self-requested a review January 22, 2025 09:56
Copy link
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for spotting this :)

@DanielaOrtner DanielaOrtner merged commit 35e5c68 into RebelToolbox:main Jan 22, 2025
15 checks passed
@madmiraal madmiraal deleted the clang-format branch January 22, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR Type: Enhancement Your current game will work better.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants