NOOP. remove trailing whitespace
[ardour.git] / libs / ardour / vumeterdsp.cc
index 7b70286754c880ecf94a73bb2431121210ad34d8..edd9fa58316fcc66eaa5741398dcbce8b1b76712 100644 (file)
@@ -86,6 +86,6 @@ void Vumeterdsp::reset ()
 
 void Vumeterdsp::init (float fsamp)
 {
-    _w = 11.1f / fsamp; 
+    _w = 11.1f / fsamp;
     _g = 1.5f * 1.571f;
 }