application: Coding style

This commit is contained in:
Evangelos Ribeiro Tzaras
2023-01-22 14:48:49 +01:00
parent 257278da2c
commit 481c67a707

View File

@@ -595,8 +595,8 @@ start_proper (CallsApplication *self)
self->notifier = calls_notifier_new ();
g_assert (CALLS_IS_NOTIFIER (self->notifier));
self->main_window = calls_main_window_new
(gtk_app,
self->main_window =
calls_main_window_new (gtk_app,
G_LIST_MODEL (self->record_store));
g_assert (self->main_window != NULL);