1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-07-07 09:29:30 +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;
g_debug ("Application %smarked as daemon",
daemon ? "" : "not ");
daemon ? "" : "not ");
}