[java-atk-wrapper] Style: tabs for spaces
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Style: tabs for spaces
- Date: Sat, 15 Nov 2014 15:11:24 +0000 (UTC)
commit 7e42ab0b84f37a677e5f3ee2fc0e606f64fa9d05
Author: Magdalen Berns <m berns thismagpie com>
Date: Sat Nov 15 15:11:01 2014 +0000
Style: tabs for spaces
jni/src/AtkWrapper.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/jni/src/AtkWrapper.c b/jni/src/AtkWrapper.c
index 4085ac1..8979d0a 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -41,9 +41,9 @@ typedef struct _DummyDispatch DummyDispatch;
struct _DummyDispatch
{
- GSourceFunc func;
- gpointer data;
- GDestroyNotify destroy;
+ GSourceFunc func;
+ gpointer data;
+ GDestroyNotify destroy;
};
gboolean jaw_debug = FALSE;
@@ -59,8 +59,8 @@ static gboolean (*origin_g_idle_dispatch) (GSource*, GSourceFunc, gpointer);
static GModule* module_atk_bridge = NULL;
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *javaVM, void *reserve) {
- globalJvm = javaVM;
- return JNI_VERSION_1_2;
+ globalJvm = javaVM;
+ return JNI_VERSION_1_2;
}
JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *javaVM, void *reserve) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]