From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- DOCS/tech/libao2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/tech/libao2.txt') diff --git a/DOCS/tech/libao2.txt b/DOCS/tech/libao2.txt index ba8317e056..49cb0284f7 100644 --- a/DOCS/tech/libao2.txt +++ b/DOCS/tech/libao2.txt @@ -41,7 +41,7 @@ static int play(void* data,int len,int flags); rounded down to 0 or the data will never be played (as MPlayer will never call play() with a larger len). -static float get_delay(void); +static float get_delay(void); Returns how long time it will take to play the data currently in the output buffer. Be exact, if possible, since the whole timing depends on this! In the worst case, return the maximum delay. @@ -53,4 +53,4 @@ static void audio_pause(void); Pause playing but do not delete buffered data if possible. static void audio_resume(void); - Continue playing after audio_pause(). + Continue playing after audio_pause(). -- cgit v1.2.3