summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-11-23 16:00:40 +0000
committerHans Breuer <hans@src.gnome.org>2001-11-23 16:00:40 +0000
commit3b63c8b44e0e8b0abce9a49a5d104f38551174c9 (patch)
tree2f400c828ca6fc7d79928f0d2877402bb055b1d6 /atk/atkutil.c
parent32b4960cd059b4e83d61c3d3ab5dec9d3200dbca (diff)
downloadatk-3b63c8b44e0e8b0abce9a49a5d104f38551174c9.tar.gz
updated externals
2001-11-23 Hans Breuer <hans@breuer.org> * atk/atk.def : updated externals * atk/atktext.c atk/atkutil.c : added two spaces to fix minor coding style issues. Found by my exports generator. * atk/makefile.msc : version 0.7, use build dir from $(TOP)\glib
Diffstat (limited to 'atk/atkutil.c')
-rwxr-xr-xatk/atkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 41bc774..dd3e066 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -284,7 +284,7 @@ atk_remove_key_event_listener (guint listener_id)
* Returns: the root accessible container for the current application
**/
AtkObject*
-atk_get_root(void)
+atk_get_root (void)
{
AtkUtilClass *klass = g_type_class_peek (ATK_TYPE_UTIL);
if (klass->get_root)