[calls] mm: call: Codestyle



commit 797c9a0c461ff7902ca3d6b507caf42637897c80
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Fri Dec 10 08:51:25 2021 +0100

    mm: call: Codestyle

 plugins/mm/calls-mm-call.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/plugins/mm/calls-mm-call.c b/plugins/mm/calls-mm-call.c
index a4377d4f..aebfb79c 100644
--- a/plugins/mm/calls-mm-call.c
+++ b/plugins/mm/calls-mm-call.c
@@ -339,9 +339,7 @@ constructed (GObject *object)
   /* Start outgoing call */
   if (state == MM_CALL_STATE_UNKNOWN
       && mm_call_get_direction (self->mm_call) == MM_CALL_DIRECTION_OUTGOING)
-    {
-      calls_mm_call_start_call (CALLS_CALL (self));
-    }
+    calls_mm_call_start_call (CALLS_CALL (self));
 
   G_OBJECT_CLASS (calls_mm_call_parent_class)->constructed (object);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]