added newline at the end of file to get rid of compiler and SVN warnings

This commit is contained in:
Hans-Christoph Steiner 2008-03-24 17:28:17 +00:00
parent 8d93bbebbd
commit ecf8c4d288
1 changed files with 1 additions and 1 deletions

View File

@ -55,4 +55,4 @@ long random(long howsmall, long howbig)
long map(long x, long in_min, long in_max, long out_min, long out_max)
{
return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
}
}