Remove excessive trailing newlines.

This commit is contained in:
kennytm
2017-12-30 15:50:33 +08:00
parent 4daaee900f
commit 470a8e1a97
12 changed files with 0 additions and 25 deletions
-2
View File
@@ -71,5 +71,3 @@ pub fn check_prefetch_write_instruction(data: &[i8]) {
prefetch_write_instruction(data.as_ptr(), 3);
}
}