Remove excessive trailing newlines.

This commit is contained in:
kennytm 2017-12-30 15:50:33 +08:00
parent 4daaee900f
commit 470a8e1a97
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
12 changed files with 0 additions and 25 deletions

View file

@ -71,5 +71,3 @@ pub fn check_prefetch_write_instruction(data: &[i8]) {
prefetch_write_instruction(data.as_ptr(), 3);
}
}

View file

@ -16,5 +16,3 @@
fn main() {
let x: ! = "hello"; //~ ERROR mismatched types
}

View file

@ -19,5 +19,3 @@ pub fn main() {
//~| ERROR core_intrinsics
//~| ERROR core_intrinsics
}

View file

@ -651,5 +651,3 @@ mod change_trait_bound_indirectly_where {
Variant1(T)
}
}

View file

@ -236,6 +236,3 @@ pub fn change_options(_a: i32) -> i32 {
}
_out
}

View file

@ -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
}

View file

@ -24,5 +24,3 @@ fn main() {
let x: i32 = call_another_fn(wub);
let y: u32 = wub();
}

View file

@ -16,5 +16,3 @@ pub fn foo(x: u32) { }
#[cfg(y)]
pub fn foo(x: i32) { }

View file

@ -124,5 +124,3 @@ fn main() {
TupleStruct(1, 2, 3, 4).bar();
}

View file

@ -22,5 +22,3 @@ fn main() {
+(size_of::<S2>() == 4) as usize;
assert_eq!(optimized, 1);
}

View file

@ -46,5 +46,3 @@ while [[ "$1" != "" ]]; do
cp $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME
fi
done

View file

@ -46,5 +46,3 @@ while [[ "$1" != "" ]]; do
cp $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME
fi
done