-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Run rustfmt on liballoc_system. #28989
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.