application: Fix indentation

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

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 ");
} }