Fixed spacing in assignment

This commit is contained in:
Dimitris Panokostas 2016-12-11 22:40:39 +01:00
parent abf64fc25e
commit 0dfdd0e7a3

View file

@ -766,7 +766,7 @@ uae_u32 emulib_target_getcpurate(uae_u32 v, uae_u32 *low)
*low = 0;
if (v == 1)
{
*low = 1e + 9; /* We have nano seconds */
*low = 1e+9; /* We have nano seconds */
return 0;
}
else if (v == 2)