Browse Source

killing whitespace

pull/1/head
Grant Limberg 11 years ago
parent
commit
7e84f5a7db
  1. 2
      java/jni/com_zerotierone_sdk_Node.cpp

2
java/jni/com_zerotierone_sdk_Node.cpp

@ -719,8 +719,6 @@ JNIEXPORT jobject JNICALL Java_com_zerotier_sdk_Node_processVirtualNetworkFrame(
frameLength,
&nextBackgroundTaskDeadline);
jlong *outDeadline = (jlong*)env->GetPrimitiveArrayCritical(out_nextBackgroundTaskDeadline, NULL);
outDeadline[0] = (jlong)nextBackgroundTaskDeadline;
env->ReleasePrimitiveArrayCritical(out_nextBackgroundTaskDeadline, outDeadline, 0);

Loading…
Cancel
Save