From 456b635ea0a51ddbca5c2c549c1e5880c85f1c0e Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 13 Feb 2010 15:22:30 +0100 Subject: [PATCH] Remove trailing spaces. --- include/vlc_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_stream.h b/include/vlc_stream.h index c7d9d65603..1d499890c3 100644 --- a/include/vlc_stream.h +++ b/include/vlc_stream.h @@ -166,7 +166,7 @@ static inline char *stream_ContentType( stream_t *s ) * You must delete it using stream_Delete. */ VLC_EXPORT( stream_t *, stream_DemuxNew, ( demux_t *p_demux, const char *psz_demux, es_out_t *out ) ); - + /** * Send data to a stream_t handle created by stream_DemuxNew. */ -- 2.39.2