diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-06-11 13:20:33 +0300 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-06-11 14:11:59 +0300 |
| commit | 1d720ec27c5bdbc377145b8a29c1d727fb7131d6 (patch) | |
| tree | b9593feed772606933ace31df9719806cafd039c /src/librustc_codegen_ssa | |
| parent | 630ec8880cc2941a3fd178a27934dff0d46b8155 (diff) | |
| download | rust-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.rs | 5 |
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) => { |
