From acc7a6c78b266e3ef0e1f91ee405af92a0989dec Mon Sep 17 00:00:00 2001 From: Koen Vos Date: Fri, 28 Oct 2011 19:44:26 -0400 Subject: Reformatting changes with an update to the MSVC project files --- silk/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'silk/debug.c') diff --git a/silk/debug.c b/silk/debug.c index b8a31b33..5dfcaa9a 100644 --- a/silk/debug.c +++ b/silk/debug.c @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #endif -unsigned long silk_GetHighResolutionTime(void) /* O: time in usec*/ +unsigned long silk_GetHighResolutionTime(void) /* O time in usec*/ { /* Returns a time counter in microsec */ /* the resolution is platform dependent */ @@ -54,7 +54,7 @@ unsigned long silk_GetHighResolutionTime(void) /* O: time in usec*/ return (unsigned long)((1000000*(lpPerformanceCount.QuadPart)) / lpFrequency.QuadPart); } #else /* Linux or Mac*/ -unsigned long GetHighResolutionTime(void) /* O: time in usec*/ +unsigned long GetHighResolutionTime(void) /* O time in usec*/ { struct timeval tv; gettimeofday(&tv, 0); -- cgit v1.2.3