From b2805409566af00bc15639494f5a186fbd2f16e6 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 20:15:42 +0000 Subject: More indenting changes --- nGenEx/TimeSnap.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'nGenEx/TimeSnap.h') diff --git a/nGenEx/TimeSnap.h b/nGenEx/TimeSnap.h index 0f5d2ae..b7bacb9 100644 --- a/nGenEx/TimeSnap.h +++ b/nGenEx/TimeSnap.h @@ -1,10 +1,10 @@ /* Project nGen - John DiCamillo - Copyright © 1997-2002. All Rights Reserved. + John DiCamillo + Copyright © 1997-2002. All Rights Reserved. - SUBSYSTEM: nGen.lib - FILE: TimeSnap.h - AUTHOR: John DiCamillo + SUBSYSTEM: nGen.lib + FILE: TimeSnap.h + AUTHOR: John DiCamillo */ @@ -14,12 +14,12 @@ // +--------------------------------------------------------------------+ #define TIMESNAP(clock) _asm push eax\ - _asm push edx\ - _asm _emit 0x0F\ - _asm _emit 0x31\ - _asm mov clock, eax\ - _asm pop edx\ - _asm pop eax + _asm push edx\ + _asm _emit 0x0F\ + _asm _emit 0x31\ + _asm mov clock, eax\ + _asm pop edx\ + _asm pop eax // +--------------------------------------------------------------------+ -- cgit v1.1