-
Notifications
You must be signed in to change notification settings - Fork 3k
netsocket: astyle fix #7692
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
netsocket: astyle fix #7692
Conversation
features/netsocket/nsapi_dns.cpp
Outdated
0x20, 0x01, 0x16, 0x08, 0, 0x10, 0, 0x25, // DNS.WATCH | ||
0, 0, 0, 0, 0x1c, 0x04, 0xb1, 0x2f | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is just this change that looks fine but not same as the rest of the lines above.
@SeppoTakalo shall I manually fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhhh.. I did not spot this..
Astyle is trying to be clever and avoiding oneliners. If you cant somehow prevent these lines to be changed, please do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 88a7416 commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look fine to me.
/morph build |
Build : SUCCESSBuild number : 2747 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2378 |
Test : SUCCESSBuild number : 2471 |
/morph mbed2-build |
This relies on #7192 which is scheduled for 5.10 |
netsocket: astyle fix
Description
AStyle fix for netsockets
@ARMmbed/mbed-os-ipcore Please review
Pull request type