From 5e9ec4e079855ff182899cb3a4790adf703005aa Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Fri, 18 Apr 2014 15:48:58 -0400
Subject: [PATCH] gnome: cosmetics

---
 gnome/src/video/video_callbacks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome/src/video/video_callbacks.c b/gnome/src/video/video_callbacks.c
index f1c9ed74f2..bf532eaa45 100644
--- a/gnome/src/video/video_callbacks.c
+++ b/gnome/src/video/video_callbacks.c
@@ -287,7 +287,7 @@ add_handle(const gchar *id)
                 g_free(c);
             }
 
-         g_strfreev(participant_list);
+            g_strfreev(participant_list);
 
         } else if (call_type == IS_CALL) { /* on a simple call */
 
-- 
GitLab