From 340adfe4ab19ff724127dec185dce52994474991 Mon Sep 17 00:00:00 2001 From: stephena Date: Fri, 22 Feb 2013 00:39:16 +0000 Subject: [PATCH] Fixed some misplaced tabs. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2621 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/emucore/TIA.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/emucore/TIA.cxx b/src/emucore/TIA.cxx index ea2526d93..02b7ad712 100644 --- a/src/emucore/TIA.cxx +++ b/src/emucore/TIA.cxx @@ -868,9 +868,9 @@ void TIA::updateScanline() int clock; do { - mySystem->m6502().execute(1); - clock = mySystem->cycles() * 3; - updateFrame(clock); + mySystem->m6502().execute(1); + clock = mySystem->cycles() * 3; + updateFrame(clock); } while(clock < endClock); // if we finished the frame, get ready for the next one