1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-05 18:25:26 +00:00

application: Fix indentation

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-10-13 15:18:13 +02:00
parent c1f1a6417d
commit cfdc7de9ed

View file

@ -191,7 +191,7 @@ set_daemon_action (GSimpleAction *action,
self->daemon = daemon; self->daemon = daemon;
g_debug ("Application %smarked as daemon", g_debug ("Application %smarked as daemon",
daemon ? "" : "not "); daemon ? "" : "not ");
} }