]> git.lizzy.rs Git - rust.git/commitdiff
Add missing newlines
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Thu, 24 May 2018 12:05:57 +0000 (14:05 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Thu, 24 May 2018 18:49:38 +0000 (20:49 +0200)
src/test/ui/const-eval/ref_to_float_transmute.rs
src/test/ui/const-eval/ref_to_int_match.rs

index 20a3dd3cbb14e091d55740191319a045ded58868..77d5222cb9c74275c1505a1adcefcf9cce6b1545 100644 (file)
@@ -25,4 +25,4 @@ union Foo {
 #[cfg(target_pointer_width="32")]
 type Float = f32;
 
-static BAR: Float = unsafe { Foo { r: &FOO }.f }; 
\ No newline at end of file
+static BAR: Float = unsafe { Foo { r: &FOO }.f };
index e56505a7c7153be48192025988b33d7c35454b05..0c0bbea1ff75a75f064872901b534dac628eb316 100644 (file)
@@ -27,4 +27,4 @@ union Foo {
 #[cfg(target_pointer_width="32")]
 type Int = u32;
 
-const BAR: Int = unsafe { Foo { r: &42 }.f }; 
\ No newline at end of file
+const BAR: Int = unsafe { Foo { r: &42 }.f };