From f810d7c82a9eb7f43851c9874f075625a8e718de Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 18 Feb 2025 21:19:03 +0400 Subject: [PATCH] Fix spaces on end of lines --- Telegram/SourceFiles/core/changelogs.cpp | 2 +- Telegram/SourceFiles/platform/linux/specific_linux.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp index 2d0d52fe0..ddb5b8a93 100644 --- a/Telegram/SourceFiles/core/changelogs.cpp +++ b/Telegram/SourceFiles/core/changelogs.cpp @@ -37,7 +37,7 @@ std::map BetaLogs() { "- Nice looking code blocks with syntax highlight.\n" "- Copy full code block by click on its header.\n" - + "- Send a highlighted code block using ```language syntax.\n" } }; diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index c460d1e1c..8eece7d4d 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -261,7 +261,7 @@ bool GenerateDesktopFile( -1, GLib::KeyFileFlags::KEEP_COMMENTS_ | GLib::KeyFileFlags::KEEP_TRANSLATIONS_); - + if (!loaded) { if (!silent) { LOG(("App Error: %1").arg(loaded.error().message_().c_str()));