Remove extra empty line introduced by 0c83542000

This commit is contained in:
Norman Maurer 2015-08-31 21:18:26 +02:00
parent 72321df14e
commit 0476a5f06a

View File

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