[java-atk-wrapper/wip] JNI: Minor formatting improvement



commit ef1d041ce555cc879e6e7ee760872d78868703bb
Author: Magdalen Berns <m berns thismagpie com>
Date:   Thu Jun 25 19:09:06 2015 +0100

    JNI: Minor formatting improvement
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=750641

 jni/src/jawobject.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/jni/src/jawobject.c b/jni/src/jawobject.c
index b64e5f2..eba953a 100644
--- a/jni/src/jawobject.c
+++ b/jni/src/jawobject.c
@@ -109,7 +109,7 @@ jaw_object_class_init (JawObjectClass *klass)
   atk_class->set_parent = jaw_object_set_parent;
   atk_class->set_role = jaw_object_set_role;
   atk_class->get_object_locale = jaw_object_get_object_locale;
-  atk_class->ref_relation_set= jaw_object_ref_relation_set;
+  atk_class->ref_relation_set = jaw_object_ref_relation_set;
 
   atk_class->ref_state_set = jaw_object_ref_state_set;
   atk_class->initialize = jaw_object_initialize;
@@ -634,3 +634,4 @@ jaw_object_table_lookup (JNIEnv *jniEnv, jobject ac)
 #ifdef __cplusplus
 }
 #endif
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]