-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Run rustfmt on liballoc_system. #28989
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
Conversation
r? @nrc |
(rust_highfive has picked a reviewer for you, use r? to override) |
if ptr.is_null() { return ptr } | ||
let ptr = HeapAlloc(GetProcessHeap(), 0, (size + align) as SIZE_T) as *mut u8; | ||
if ptr.is_null() { | ||
return ptr |
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.
Do we not want semicolons after returns?
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.
We do, but rustfmt cannot do it yet.
@bors: r+ rollup Thanks! |
📌 Commit 6fb4cb6 has been approved by |
No description provided.