mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Applied Astyle
This commit is contained in:
parent
306e980f8e
commit
87bbebac1c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ double Sys_ClockTicksPerSecond()
|
|||
}
|
||||
|
||||
status = sysctlbyname( "hw.cpufrequency", &temp, &len, NULL, 0 );
|
||||
ret = double(temp);
|
||||
ret = double( temp );
|
||||
|
||||
if( status == -1 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue