aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 16:29:44 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 16:30:19 +0800
commit426487b5817b6f75c77ee888b3355fd7b89981a2 (patch)
treed755c05181885ae71a7aba43b057bd3c1aa05a90 /src
parent3af8594e436d5c88e531fcd6f36a1d81b20b133e (diff)
downloadgsoc2013-empathy-426487b5817b6f75c77ee888b3355fd7b89981a2.tar
gsoc2013-empathy-426487b5817b6f75c77ee888b3355fd7b89981a2.tar.gz
gsoc2013-empathy-426487b5817b6f75c77ee888b3355fd7b89981a2.tar.bz2
gsoc2013-empathy-426487b5817b6f75c77ee888b3355fd7b89981a2.tar.lz
gsoc2013-empathy-426487b5817b6f75c77ee888b3355fd7b89981a2.tar.xz
gsoc2013-empathy-426487b5817b6f75c77ee888b3355fd7b89981a2.tar.zst
gsoc2013-empathy-426487b5817b6f75c77ee888b3355fd7b89981a2.zip
coding style fix
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat.c19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/empathy-chat.c b/src/empathy-chat.c
index 86dfad6b5..03e9ba0c9 100644
--- a/src/empathy-chat.c
+++ b/src/empathy-chat.c
@@ -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 ();