]> git.lizzy.rs Git - rust.git/commitdiff
fix whitespace
authorRalf Jung <post@ralfj.de>
Fri, 8 Feb 2019 14:26:45 +0000 (15:26 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 13 Feb 2019 09:14:56 +0000 (10:14 +0100)
src/librustc_mir/interpret/place.rs

index c1d0f0a8bd15baf489843d6b62ddbb45dc753ac8..b29e09900f6b1e2e1dc0b67eeda4ce7bb8c46837 100644 (file)
@@ -487,7 +487,7 @@ pub fn mplace_projection(
             Deref => self.deref_operand(base.into())?,
 
             Index(local) => {
-                let layout =  self.layout_of(self.tcx.types.usize)?;
+                let layout = self.layout_of(self.tcx.types.usize)?;
                 let n = self.access_local(self.frame(), local, Some(layout))?;
                 let n = self.read_scalar(n)?;
                 let n = n.to_bits(self.tcx.data_layout.pointer_size)?;