Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit e93fd2f

Browse files
committed
fixed style
1 parent e1de734 commit e93fd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/c/jni/org_jpy_PyLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ PyObject* PyLib_CallAndReturnObject(JNIEnv *jenv, PyObject* pyObject, jboolean i
934934
// for (DataFrameColumn column : values) {
935935
// kycProcessor.addColumn(dt_X, column.getName(), column.getValues());
936936
// }
937-
if (paramType->componentType == NULL && paramType == JPy_JPyObject) {
937+
if (paramType == JPy_JPyObject && paramType->componentType == NULL) {
938938
Py_INCREF(pyArg);
939939
}
940940

0 commit comments

Comments
 (0)