We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
before format
typedef struct { int magic1; int magic2; uint32_t operation; uint32_t param1; uint32_t param2; uint32_t payloadLength; } UdpMsg;
after format
I think { should not be changed in this case , any suggestions ? :D
{
The text was updated successfully, but these errors were encountered:
I noticed clang-format did this to one of my functions too. Just digging into this stuff. hopefully I find the fix for my code.
Sorry, something went wrong.
No branches or pull requests
before format
after format
I think
{
should not be changed in this case , any suggestions ?:D
The text was updated successfully, but these errors were encountered: