[libbluray-devel] Cosmetics

hpi1 git at videolan.org
Fri Nov 28 10:45:41 CET 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Fri Nov 28 11:42:13 2014 +0200| [b7dab881dbcef8b8d4f68813f03d4a1aefb52a56] | committer: hpi1

Cosmetics

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b7dab881dbcef8b8d4f68813f03d4a1aefb52a56
---

 src/libbluray/bdj/native/org_videolan_Libbluray.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/libbluray/bdj/native/org_videolan_Libbluray.c b/src/libbluray/bdj/native/org_videolan_Libbluray.c
index 1735429..90219d5 100644
--- a/src/libbluray/bdj/native/org_videolan_Libbluray.c
+++ b/src/libbluray/bdj/native/org_videolan_Libbluray.c
@@ -329,12 +329,12 @@ JNIEXPORT jint JNICALL Java_org_videolan_Libbluray_readPSRN(JNIEnv * env,
 JNIEXPORT jobject JNICALL Java_org_videolan_Libbluray_getBdjoN(JNIEnv * env,
                                                                jclass cls, jlong np, jstring jpath) {
 
-  (void)np;
-  const char *path = (*env)->GetStringUTFChars(env, jpath, NULL);
-  jobject bdjo = bdjo_get(env, path);
-  (*env)->ReleaseStringUTFChars(env, jpath, path);
+    (void)np;
+    const char *path = (*env)->GetStringUTFChars(env, jpath, NULL);
+    jobject bdjo = bdjo_get(env, path);
+    (*env)->ReleaseStringUTFChars(env, jpath, path);
 
-  return bdjo;
+    return bdjo;
 }
 
 static void _updateGraphic(JNIEnv * env,



More information about the libbluray-devel mailing list