From: Bastien Nocera Date: Fri, 15 Jun 2012 16:00:20 +0000 (+0100) Subject: Put declarations at the beginning of the block X-Git-Tag: AT_SPI2_ATK_2_12_0~112 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=55b85389cc9fab84ecf17e113747e1b9d7f4ec2c Put declarations at the beginning of the block --- diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c index 666b34c..804d43c 100644 --- a/atk-adaptor/bridge.c +++ b/atk-adaptor/bridge.c @@ -740,6 +740,7 @@ atk_bridge_adaptor_init (gint * argc, gchar ** argv[]) DBusError error; AtkObject *root; gboolean load_bridge; + DRoutePath *treepath, *accpath; load_bridge = check_envvar (); if (inited && !load_bridge) @@ -750,8 +751,6 @@ atk_bridge_adaptor_init (gint * argc, gchar ** argv[]) inited = TRUE; - DRoutePath *treepath, *accpath; - root = atk_get_root (); g_warn_if_fail (root); if (!root)