[vlc-commits] chromecast: remove trailing space
Jean-Baptiste Kempf
git at videolan.org
Wed Jun 15 01:46:46 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 15 01:46:20 2016 +0200| [83609d6fea5901fe2f9cdfc8d47d77e981ec965c] | committer: Jean-Baptiste Kempf
chromecast: remove trailing space
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83609d6fea5901fe2f9cdfc8d47d77e981ec965c
---
modules/stream_out/chromecast/cast.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index c0ad59d..42f6c9e 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -50,7 +50,7 @@ struct sout_stream_sys_t
{
assert(p_intf != NULL);
}
-
+
~sout_stream_sys_t()
{
sout_StreamChainDelete(p_out, p_out);
More information about the vlc-commits
mailing list