2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Fix spaces on ends of lines

This commit is contained in:
Ilya Fedin
2021-03-04 19:29:01 +04:00
committed by John Preston
parent 23272430b4
commit 092b6e7c18
4 changed files with 11 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ PortalAutostart::PortalAutostart(bool start, bool silent) {
if (const auto activeWindow = Core::App().activeWindow()) {
if (IsX11()) {
result
<< "x11:"
<< "x11:"
<< std::hex
<< activeWindow
->widget()
@@ -139,7 +139,7 @@ PortalAutostart::PortalAutostart(bool start, bool silent) {
+ uniqueName
+ '/'
+ handleToken;
QEventLoop loop;
const auto signalId = connection->signal_subscribe(
@@ -155,7 +155,7 @@ PortalAutostart::PortalAutostart(bool start, bool silent) {
const auto response = base::Platform::GlibVariantCast<
uint>(parametersCopy.get_child(0));
if (response && !silent) {
LOG(("Portal Autostart Error: Request denied"));
}