[vlc-commits] chromecast: Remove trailing whitespaces

Hugo Beauzée-Luyssen git at videolan.org
Thu Feb 1 12:10:40 CET 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Feb  1 10:52:35 2018 +0100| [8a0dca3accd1ca0b1e0f9d18b135b2bd7985ce99] | committer: Hugo Beauzée-Luyssen

chromecast: Remove trailing whitespaces

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

 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 5ae2fd4627..6d28f3d2ac 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