diff --git a/flaim/src/ftktime.cpp b/flaim/src/ftktime.cpp index e33a91d..38b9f14 100644 --- a/flaim/src/ftktime.cpp +++ b/flaim/src/ftktime.cpp @@ -377,10 +377,10 @@ FLMEXP FLMUINT FLMAPI f_timeGetMilliTime() /**************************************************************************** Desc: Get the current time as platform-dependent timer units. ****************************************************************************/ -FLMEXP FLMUINT FLMAPI f_getCurrTimeAsTimerUnits( void) -{ - return( FLM_GET_TIMER()); -} +FLMEXP FLMUINT FLMAPI f_getCurrTimeAsTimerUnits( void) +{ + return( FLM_GET_TIMER()); +} /**************************************************************************** Desc: Convert seconds to platform-dependent timer units.