[vlc-devel] commit: Remove trailing spaces. (Antoine Cellerier )
git version control
git at videolan.org
Sat Feb 13 16:39:05 CET 2010
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Feb 13 15:22:30 2010 +0100| [456b635ea0a51ddbca5c2c549c1e5880c85f1c0e] | committer: Antoine Cellerier
Remove trailing spaces.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=456b635ea0a51ddbca5c2c549c1e5880c85f1c0e
---
include/vlc_stream.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_stream.h b/include/vlc_stream.h
index c7d9d65..1d49989 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.
*/
More information about the vlc-devel
mailing list