Six crescent shaped legs

Dependencies:   mbed

Revision:
12:8de7f5d56fe4
Parent:
7:8dcdb39efc0e
--- a/LerpSmoother.cpp	Tue Apr 12 13:05:12 2016 +0000
+++ b/LerpSmoother.cpp	Tue Apr 12 13:12:49 2016 +0000
@@ -1,6 +1,8 @@
 #include "LerpSmoother.hpp"
 
-LerpSmoother::LerpSmoother(float nFactor) : factor(nFactor), prevValue(0.f)
+LerpSmoother::LerpSmoother(float nFactor) :
+    factor(nFactor),
+    prevValue(0.f)
 {
     
 }