]> git.sesse.net Git - vlc/blobdiff - include/input_iovec.h
*New configuration option to choose audio output format at runtime.
[vlc] / include / input_iovec.h
index af24a980518d27563a12b964952a21849644c176..bcf40810542ee3f011887836b5c2e0e69109a1b3 100644 (file)
@@ -61,14 +61,14 @@ static __inline__ int readv( int i_fd, struct iovec *p_iovec, int i_count )
                 return -1;
             }
 
-           i_total += i_bytes;
+            i_total += i_bytes;
 
             if( i_bytes != i_len )
-           {
+            {
                 /* we reached the end of the file or a signal interrupted
-                  the read */
+                   the read */
                 return i_total;
-           }
+            }
         }
 
         p_iovec++;