code style: consistent whitespaces for g_autoptr

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-02-11 00:38:10 +01:00
parent 5375ebbc72
commit 5d4b84470c
7 changed files with 16 additions and 16 deletions

View File

@@ -223,7 +223,7 @@ call_removed_cb (CallsRinger *self, CallsCall *call)
static void
calls_ringer_init (CallsRinger *self)
{
g_autoptr(GError) err = NULL;
g_autoptr (GError) err = NULL;
if (lfb_init (APP_ID, &err))
{