Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-06-09 22:12:42 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-06-09 22:12:42 +0300
commit9e28f441c8fb02493b02e4ebc2c133a16bc2e90e (patch)
treed4954c46962a7dcb8036b8880967c22a9aedce73 /server/TracyFileRead.hpp
parent27e61b82049ee303c12981f11f2bbbe8b2e5bbd3 (diff)
Cosmetics.
Diffstat (limited to 'server/TracyFileRead.hpp')
-rw-r--r--server/TracyFileRead.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/TracyFileRead.hpp b/server/TracyFileRead.hpp
index 609731b7..56368888 100644
--- a/server/TracyFileRead.hpp
+++ b/server/TracyFileRead.hpp
@@ -90,7 +90,6 @@ public:
ReadBig( &tmp, sizeof( T ) );
memcpy( &v, &tmp, sizeof( T ) );
}
-
}
template<class T, class U>