run rustfmt on various folders

This commit is contained in:
Srinivas Reddy Thatiparthy
2016-10-16 15:41:01 +05:30
parent 6dc035ed91
commit 54e320d4bc
5 changed files with 26 additions and 39 deletions

View File

@@ -221,11 +221,7 @@ mod imp {
HEAP_REALLOC_IN_PLACE_ONLY,
ptr as LPVOID,
size as SIZE_T) as *mut u8;
if new.is_null() {
old_size
} else {
size
}
if new.is_null() { old_size } else { size }
} else {
old_size
}