Style: Normalized to no spaces before closing parenthesis.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
|
||||
void cSleep::MilliSleep( unsigned int a_MilliSeconds )
|
||||
void cSleep::MilliSleep( unsigned int a_MilliSeconds)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
Sleep(a_MilliSeconds); // Don't tick too much
|
||||
|
||||
Reference in New Issue
Block a user