changeset 25388:57c207e33831

cosmetic: indent after r25415
author ben
date Sat, 15 Dec 2007 19:17:36 +0000
parents 95893c0e5108
children cd65c1242675
files stream/asf_streaming.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/asf_streaming.c	Sat Dec 15 19:16:49 2007 +0000
+++ b/stream/asf_streaming.c	Sat Dec 15 19:17:36 2007 +0000
@@ -865,7 +865,7 @@
 	}
 	
 	if (*file_format != DEMUXER_TYPE_PLAYLIST)
-	*file_format = DEMUXER_TYPE_ASF;
+		*file_format = DEMUXER_TYPE_ASF;
 	stream->type = STREAMTYPE_STREAM;
 	fixup_network_stream_cache(stream);
 	return STREAM_OK;