Comment remaining unsolved bug.
[ardour.git] / libs / backends / wavesaudio / portmidi / porttime.h
index ff22de9d5ab5e6e89c48cf77d4fc714fd4c8adb8..c7b7aff218bd4b74ff5425bb3d678bd7ff0ddadd 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifdef WIN32
 #ifndef INT32_DEFINED
-// rather than having users install a special .h file for windows, 
+// rather than having users install a special .h file for windows,
 // just put the required definitions inline here. portmidi.h uses
 // these too, so the definitions are (unfortunately) duplicated there
 typedef int int32_t;
@@ -28,7 +28,7 @@ extern "C" {
 #ifdef _WINDLL
 #define PMEXPORT __declspec(dllexport)
 #else
-#define PMEXPORT 
+#define PMEXPORT
 #endif
 #endif
 
@@ -73,7 +73,7 @@ PMEXPORT PtError Pt_Stop();
 */
 PMEXPORT int Pt_Started();
 
-/* 
+/*
     Pt_Time() returns the current time in ms.
 */
 PMEXPORT PtTimestamp Pt_Time();
@@ -81,7 +81,7 @@ PMEXPORT PtTimestamp Pt_Time();
 /*
     Pt_Sleep() pauses, allowing other threads to run.
 
-    duration is the length of the pause in ms. The true duration 
+    duration is the length of the pause in ms. The true duration
     of the pause may be rounded to the nearest or next clock tick
     as determined by resolution in Pt_Start().
 */