Update HighResTimeStamp.cpp

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 17:48:33 -05:00
parent 41f43ae4c0
commit 12a99d3d03
1 changed files with 1 additions and 1 deletions

View File

@ -57,4 +57,4 @@ void HighResTimeStamp::SetMicroSeconds(uint64_t MicroSeconds)
#else
m_time = (MicroSeconds * m_Freq) / 1000000;
#endif
}
}