Make sure MSVC knows which version of 'floor()' we want
[ardour.git] / libs / audiographer / audiographer / types.h
index 4288dce0c6ad4f654af1edf5de02cc9d86383f42..1ecf6360a0a05d3db498cf3e25a54c50c20015b6 100644 (file)
@@ -7,9 +7,9 @@
 
 namespace AudioGrapher {
 
-/* XXX: copied from libardour */       
+/* XXX: copied from libardour */
 typedef int64_t framecnt_t;
-       
+
 typedef uint8_t ChannelCount;
 
 typedef float DefaultSampleType;