]> git.lizzy.rs Git - rust.git/commitdiff
Fix whitespace
authorNathan Corbyn <me@nathancorbyn.com>
Tue, 9 Jun 2020 14:54:34 +0000 (15:54 +0100)
committerNathan Corbyn <me@nathancorbyn.com>
Mon, 15 Jun 2020 08:40:57 +0000 (09:40 +0100)
src/librustc_middle/mir/mono.rs
src/test/codegen/export-no-mangle.rs

index 24d324ff09c4c3d2554d08294c286f05d4b6863a..f1c1b962ab997fbbd698cd6380083aa851240444 100644 (file)
@@ -102,7 +102,7 @@ pub fn instantiation_mode(&self, tcx: TyCtxt<'tcx>) -> InstantiationMode {
 
                 // At this point we don't have explicit linkage and we're an
                 // inlined function. If we're inlining into all CGUs then we'll
-                // be creating a local copy per CGU. 
+                // be creating a local copy per CGU.
                 if generate_cgu_internal_copies {
                     return InstantiationMode::LocalCopy;
                 }
index 11427ae38822ff0f47b2759aa4ffb80f6584f9a7..59e97601c838d6427d6e741e1a91aa97aa64b8cc 100644 (file)
@@ -23,7 +23,7 @@ mod private {
     #[export_name = "c"]
     #[inline]
     extern fn c() {}
-    
+
     // CHECK: void @d()
     #[export_name = "d"]
     #[inline(always)]