]> git.0d.be Git - empathy.git/commitdiff
coding style fix
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 25 Oct 2010 08:29:44 +0000 (10:29 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 25 Oct 2010 08:30:19 +0000 (10:30 +0200)
src/empathy-chat.c

index 86dfad6b5a04cedac051c632ca4ac6348af41078..03e9ba0c9718dd4b7d93397ee93a45399c708adf 100644 (file)
@@ -107,13 +107,14 @@ main (int argc,
   g_option_context_add_group (optcontext, gtk_get_option_group (TRUE));
   g_option_context_add_main_entries (optcontext, options, GETTEXT_PACKAGE);
 
-  if (!g_option_context_parse (optcontext, &argc, &argv, &error)) {
-    g_print ("%s\nRun '%s --help' to see a full list of available command "
-        "line options.\n",
-        error->message, argv[0]);
-    g_warning ("Error in empathy-av init: %s", error->message);
-    return EXIT_FAILURE;
-  }
+  if (!g_option_context_parse (optcontext, &argc, &argv, &error))
+    {
+      g_print ("%s\nRun '%s --help' to see a full list of available command "
+          "line options.\n",
+          error->message, argv[0]);
+      g_warning ("Error in empathy-av init: %s", error->message);
+      return EXIT_FAILURE;
+    }
 
   g_option_context_free (optcontext);
 
@@ -154,7 +155,9 @@ main (int argc,
       app_held = FALSE;
     }
   else
-    app_held = TRUE;
+    {
+      app_held = TRUE;
+    }
 
   start_timer ();