From 30c86523ff678acbcb13d73e2eecdf7eb331d2ae Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 31 Mar 2021 21:54:47 +0400 Subject: [PATCH] Remove redudant indenattion level in MPRIS XML --- .../platform/linux/linux_mpris_support.cpp | 102 +++++++++--------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp b/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp index ab438585e2..f6d936ca4e 100644 --- a/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp +++ b/Telegram/SourceFiles/platform/linux/linux_mpris_support.cpp @@ -36,59 +36,59 @@ constexpr auto kPropertiesInterface = "org.freedesktop.DBus.Properties"_cs; constexpr auto kSongType = AudioMsgId::Type::Song; constexpr auto kIntrospectionXML = R"INTROSPECTION( - - - - - - - - - - - - - - )INTROSPECTION"_cs; + + + + + + + + + + + + + +)INTROSPECTION"_cs; constexpr auto kPlayerIntrospectionXML = R"INTROSPECTION( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - )INTROSPECTION"_cs; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +)INTROSPECTION"_cs; auto CreateMetadata(const Media::Player::TrackState &state) { std::map result;