commit | d8bb82665efd406fa76cebe419943ef175a96740 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 14:06:49 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 14:06:49 2014 +0200 |
tree | 9dfa558aea1b780c82a704acd2597718352cfdd5 | |
parent | 3c38f29a615a6da97088332d71883e4a617088f3 [diff] [blame] |
Fix code styling for return statements
diff --git a/library/timing.c b/library/timing.c index fe741b9..5437320 100644 --- a/library/timing.c +++ b/library/timing.c
@@ -202,7 +202,7 @@ QueryPerformanceCounter( &offset ); - return (unsigned long)( offset.QuadPart ); + return( (unsigned long)( offset.QuadPart ) ); } #endif /* !POLARSSL_HAVE_HARDCLOCK && _MSC_VER && !EFIX64 && !EFI32 */