Remove extra empty line introduced by 0c83542000

This commit is contained in:
Norman Maurer 2015-08-31 21:18:26 +02:00
parent de7f9d4913
commit 141d4d0101

View File

@ -116,7 +116,6 @@ void throwChannelExceptionErrorNo(JNIEnv* env, char* message, int errorNumber) {
free(allocatedMessage);
}
void throwIOException(JNIEnv* env, char* message) {
(*env)->ThrowNew(env, ioExceptionClass, message);
}