about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2019-06-11 13:20:33 +0300
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2019-06-11 14:11:59 +0300
commit1d720ec27c5bdbc377145b8a29c1d727fb7131d6 (patch)
treeb9593feed772606933ace31df9719806cafd039c /src/librustc_codegen_ssa
parent630ec8880cc2941a3fd178a27934dff0d46b8155 (diff)
downloadrust-1d720ec27c5bdbc377145b8a29c1d727fb7131d6.tar.gz
rust-1d720ec27c5bdbc377145b8a29c1d727fb7131d6.zip
Run `rustfmt --file-lines ...` for changes from previous commits.
Diffstat (limited to 'src/librustc_codegen_ssa')
-rw-r--r--src/librustc_codegen_ssa/mir/block.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/librustc_codegen_ssa/mir/block.rs b/src/librustc_codegen_ssa/mir/block.rs
index 07bfd5653ce..e4b82d84966 100644
--- a/src/librustc_codegen_ssa/mir/block.rs
+++ b/src/librustc_codegen_ssa/mir/block.rs
@@ -223,10 +223,7 @@ impl<'a, 'tcx: 'a, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> {
         }
     }
 
-    fn codegen_return_terminator(
-        &mut self,
-        mut bx: Bx,
-    ) {
+    fn codegen_return_terminator(&mut self, mut bx: Bx) {
         if self.fn_ty.c_variadic {
             match self.va_list_ref {
                 Some(va_list) => {