[MPlayer-cvslog] r34242 - trunk/libao2/ao_coreaudio.c

reimar subversion at mplayerhq.hu
Sun Oct 23 14:03:40 CEST 2011


Author: reimar
Date: Sun Oct 23 14:03:40 2011
New Revision: 34242

Log:
Reindent.

Modified:
   trunk/libao2/ao_coreaudio.c

Modified: trunk/libao2/ao_coreaudio.c
==============================================================================
--- trunk/libao2/ao_coreaudio.c	Sun Oct 23 14:03:13 2011	(r34241)
+++ trunk/libao2/ao_coreaudio.c	Sun Oct 23 14:03:40 2011	(r34242)
@@ -134,7 +134,7 @@ static int read_buffer(unsigned char* da
   int buffered = av_fifo_size(ao->buffer);
   if (len > buffered) len = buffered;
   if (data)
-  av_fifo_generic_read(ao->buffer, data, len, NULL);
+    av_fifo_generic_read(ao->buffer, data, len, NULL);
   else
     av_fifo_drain(ao->buffer, len);
   return len;


More information about the MPlayer-cvslog mailing list