diff --git a/Source/Common/HighResTimeStamp.h b/Source/Common/HighResTimeStamp.h index 74ef8152f..284aee565 100644 --- a/Source/Common/HighResTimeStamp.h +++ b/Source/Common/HighResTimeStamp.h @@ -15,4 +15,4 @@ private: static uint64_t m_Freq; #endif uint64_t m_time; -}; \ No newline at end of file +};