From: Antoine Cellerier Date: Sat, 13 Feb 2010 14:22:30 +0000 (+0100) Subject: Remove trailing spaces. X-Git-Tag: 1.1.0-ff~117 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=456b635ea0a51ddbca5c2c549c1e5880c85f1c0e;p=vlc Remove trailing spaces. --- 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. */