Source code style fixed: tab replaced with whitespaces.

This commit is contained in:
Viacheslav Chimishuk 2015-09-01 17:49:08 +03:00
parent 19a33edaa9
commit 5ae8a0d38f

View File

@ -111,7 +111,7 @@ fn process() {
for _ in (0..5_000_000) {
x += 1
}
x
x
})
}).collect();