From ecf8c4d288b90a2a4cb253d2b06e4b6abe42a48c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 24 Mar 2008 17:28:17 +0000 Subject: added newline at the end of file to get rid of compiler and SVN warnings --- cores/arduino/WMath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino') diff --git a/cores/arduino/WMath.cpp b/cores/arduino/WMath.cpp index c83e2a2..c1471ca 100644 --- a/cores/arduino/WMath.cpp +++ b/cores/arduino/WMath.cpp @@ -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; -} \ No newline at end of file +} -- cgit v1.2.3-18-g5258