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);
}
}
@@ -16,5 +16,3 @@
fn main() {
let x: ! = "hello"; //~ ERROR mismatched types
}
@@ -19,5 +19,3 @@ pub fn main() {
//~| ERROR core_intrinsics
//~| ERROR core_intrinsics
}
-2
View File
@@ -651,5 +651,3 @@ enum Enum<T> where T: Trait {
Variant1(T)
}
}
@@ -236,6 +236,3 @@ pub fn change_options(_a: i32) -> i32 {
}
_out
}
@@ -72,5 +72,3 @@ pub fn main() {
o!(); // not allowed in macros that output cfgs
p!(); // not allowed in cfg'ed macros that output cfgs
}
-2
View File
@@ -24,5 +24,3 @@ fn main() {
let x: i32 = call_another_fn(wub);
let y: u32 = wub();
}
@@ -16,5 +16,3 @@ pub fn foo(x: u32) { }
#[cfg(y)]
pub fn foo(x: i32) { }
@@ -124,5 +124,3 @@ fn with_fn_once_adapter<F: FnOnce(i32)>(f: F) {
TupleStruct(1, 2, 3, 4).bar();
}
-2
View File
@@ -22,5 +22,3 @@ fn main() {
+(size_of::<S2>() == 4) as usize;
assert_eq!(optimized, 1);
}
@@ -46,5 +46,3 @@ while [[ "$1" != "" ]]; do
cp $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME
fi
done
-2
View File
@@ -46,5 +46,3 @@ while [[ "$1" != "" ]]; do
cp $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME
fi
done