From 77cad8f5beeedf26cd0c452d9ee6845dcc77adca Mon Sep 17 00:00:00 2001 From: pal1000 Date: Tue, 19 Nov 2013 19:37:09 +0200 Subject: [PATCH] Attempted an indentation fix --- Windows/Debugger/CtrlMemView.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Windows/Debugger/CtrlMemView.cpp b/Windows/Debugger/CtrlMemView.cpp index 8aae6b5e5..26335317f 100644 --- a/Windows/Debugger/CtrlMemView.cpp +++ b/Windows/Debugger/CtrlMemView.cpp @@ -439,15 +439,15 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button) { Core_EnableStepping(true); //force paused state DumpMemoryWindow dump(wnd,debugger); - dump.exec(); - Core_EnableStepping(false); //Resume emulation automatically - break; + dump.exec(); + Core_EnableStepping(false); //Resume emulation automatically + break; } else { DumpMemoryWindow dump(wnd,debugger); - dump.exec(); - break; + dump.exec(); + break; } case ID_MEMVIEW_COPYVALUE_8: