Commit 456b635e authored by Antoine Cellerier's avatar Antoine Cellerier

Remove trailing spaces.

parent 0d63a3ed
...@@ -166,7 +166,7 @@ static inline char *stream_ContentType( stream_t *s ) ...@@ -166,7 +166,7 @@ static inline char *stream_ContentType( stream_t *s )
* You must delete it using stream_Delete. * 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 ) ); 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. * Send data to a stream_t handle created by stream_DemuxNew.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment