changeset 34154:a42d4bc441d7

Reindent.
author reimar
date Sun, 23 Oct 2011 12:03:40 +0000
parents 54f502c57425
children 505b49b171f4
files libao2/ao_coreaudio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_coreaudio.c	Sun Oct 23 12:03:13 2011 +0000
+++ b/libao2/ao_coreaudio.c	Sun Oct 23 12:03:40 2011 +0000
@@ -134,7 +134,7 @@
   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;