From e2aa554884daf75aa91f856a3af5152761b70c76 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Wed, 20 Nov 2013 17:46:01 +0200 Subject: [PATCH] Indentation fix part 2 --- Windows/Debugger/CtrlMemView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows/Debugger/CtrlMemView.cpp b/Windows/Debugger/CtrlMemView.cpp index e1796b292c..53b634e367 100644 --- a/Windows/Debugger/CtrlMemView.cpp +++ b/Windows/Debugger/CtrlMemView.cpp @@ -435,8 +435,8 @@ void CtrlMemView::onMouseUp(WPARAM wParam, LPARAM lParam, int button) { case ID_MEMVIEW_DUMP: { - DumpMemoryWindow dump(wnd,debugger); - bool priorDumpWasStepping=Core_IsStepping(); + DumpMemoryWindow dump(wnd,debugger); + bool priorDumpWasStepping=Core_IsStepping(); if (!priorDumpWasStepping) // If emulator isn't paused { Core_EnableStepping(true); //force paused state