Browse Source

killing whitespace

Grant Limberg 10 years ago
parent
commit
7e84f5a7db
1 changed files with 0 additions and 2 deletions
  1. 0 2
      java/jni/com_zerotierone_sdk_Node.cpp

+ 0 - 2
java/jni/com_zerotierone_sdk_Node.cpp

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