a reverb is a reverb is a reverb
[ardour.git] / gtk2_ardour / midi_util.h
index 0dedbc14cef7029869112b6f5e6fe69b2aa44487..8b812695242aa0f25bd295b11227eb29a0e60224 100644 (file)
@@ -1,6 +1,6 @@
 /*
-    Copyright (C) 2007 Paul Davis 
-    Author: Dave Robillard
+    Copyright (C) 2007 Paul Davis
+    Author: David Robillard
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ inline static void clamp_to_0_127(uint8_t &val)
                val = 127;
        } else if ((192 <= val) && (val < 255)) {
                val = 0;
-       } 
+       }
 }
 
 #endif /* __gtk_ardour_midi_util_h__ */