Formatting fixes

This commit is contained in:
2023-07-24 20:59:20 -04:00
parent 4a87a42db0
commit 387787b88d
10 changed files with 106 additions and 109 deletions

View File

@ -92,7 +92,7 @@
#define size_of( x ) ( sw )( sizeof( x ) )
template< class Type >
void swap( Type a, Type b )
void swap( Type& a, Type& b )
{
Type tmp = a;
a = b;