From: Ralf Jung Date: Wed, 29 May 2019 09:52:14 +0000 (+0200) Subject: fix indentation X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=222ed9f57118a2542a67d39e6df07152bac0b962;hp=0f96dd51c584bf7b93155a41ae31dee7777f1508;p=rust.git fix indentation --- diff --git a/src/librustc_mir/interpret/eval_context.rs b/src/librustc_mir/interpret/eval_context.rs index 594802a0341..a6153bf055d 100644 --- a/src/librustc_mir/interpret/eval_context.rs +++ b/src/librustc_mir/interpret/eval_context.rs @@ -44,9 +44,9 @@ pub struct InterpretCx<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> { /// A cache for deduplicating vtables pub(super) vtables: FxHashMap< - (Ty<'tcx>, Option>), - Pointer - >, + (Ty<'tcx>, Option>), + Pointer + >, } /// A stack frame.