mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:15:43 +01:00
Whitespace fixes
This commit is contained in:
parent
388dac4037
commit
487588d0bf
@ -55,7 +55,7 @@ struct _hr_time
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(POLARSSL_HAVE_HARDCLOCK) && defined(POLARSSL_HAVE_ASM) && \
|
#if !defined(POLARSSL_HAVE_HARDCLOCK) && defined(POLARSSL_HAVE_ASM) && \
|
||||||
(defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)
|
(defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)
|
||||||
|
|
||||||
#define POLARSSL_HAVE_HARDCLOCK
|
#define POLARSSL_HAVE_HARDCLOCK
|
||||||
|
|
||||||
@ -181,9 +181,9 @@ unsigned long hardclock( void )
|
|||||||
{
|
{
|
||||||
LARGE_INTEGER offset;
|
LARGE_INTEGER offset;
|
||||||
|
|
||||||
QueryPerformanceCounter( &offset );
|
QueryPerformanceCounter( &offset );
|
||||||
|
|
||||||
return (unsigned long)( offset.QuadPart );
|
return (unsigned long)( offset.QuadPart );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user