changeset 5649:f3c5f3b0eb0d libavformat

Reindent
author daniel
date Wed, 10 Feb 2010 20:27:53 +0000
parents e73024c5cb80
children 4e1430703688
files wav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wav.c	Wed Feb 10 20:26:47 2010 +0000
+++ b/wav.c	Wed Feb 10 20:27:53 2010 +0000
@@ -230,7 +230,7 @@
     if (!size) {
         wav->data_end = INT64_MAX;
     } else
-    wav->data_end= url_ftell(pb) + size;
+        wav->data_end= url_ftell(pb) + size;
     return 0;
 }