1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Cosmetics.

This commit is contained in:
Bartosz Taudul 2021-06-09 21:12:42 +02:00
parent 27e61b8204
commit 9e28f441c8
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -90,7 +90,6 @@ public:
ReadBig( &tmp, sizeof( T ) );
memcpy( &v, &tmp, sizeof( T ) );
}
}
template<class T, class U>