[vlc-commits] chromecast: Remove trailing whitespaces

Hugo Beauzée-Luyssen git at videolan.org
Fri Feb 2 15:50:26 CET 2018


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Feb  1 10:52:35 2018 +0100| [a47d6c83a729e5724e8b862bb2caf36b422940c0] | committer: Jean-Baptiste Kempf

chromecast: Remove trailing whitespaces

(cherry picked from commit 8a0dca3accd1ca0b1e0f9d18b135b2bd7985ce99)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a47d6c83a729e5724e8b862bb2caf36b422940c0
---

 modules/stream_out/chromecast/chromecast_communication.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/stream_out/chromecast/chromecast_communication.cpp b/modules/stream_out/chromecast/chromecast_communication.cpp
index e8a91ce28d..e20bb19817 100644
--- a/modules/stream_out/chromecast/chromecast_communication.cpp
+++ b/modules/stream_out/chromecast/chromecast_communication.cpp
@@ -278,15 +278,15 @@ std::string ChromecastCommunication::GetMedia( unsigned int i_port,
             if( b_music )
             {
                 if( psz_artist )
-                    ss << ",\"artist\":\"" << psz_artist << "\""; 
+                    ss << ",\"artist\":\"" << psz_artist << "\"";
                 if( psz_album )
-                    ss << ",\"album\":\"" << psz_album << "\""; 
+                    ss << ",\"album\":\"" << psz_album << "\"";
                 if( psz_albumartist )
-                    ss << ",\"albumArtist\":\"" << psz_albumartist << "\""; 
+                    ss << ",\"albumArtist\":\"" << psz_albumartist << "\"";
                 if( psz_tracknumber )
-                    ss << ",\"trackNumber\":\"" << psz_tracknumber << "\""; 
+                    ss << ",\"trackNumber\":\"" << psz_tracknumber << "\"";
                 if( psz_discnumber )
-                    ss << ",\"discNumber\":\"" << psz_discnumber << "\""; 
+                    ss << ",\"discNumber\":\"" << psz_discnumber << "\"";
             }
 
             if ( psz_artwork && !strncmp( psz_artwork, "http", 4 ) )



More information about the vlc-commits mailing list