Attempted an indentation fix

This commit is contained in:
pal1000 2013-11-19 19:37:09 +02:00
parent de09ce6d1c
commit 77cad8f5be

View File

@ -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: