< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp

Print this page
rev 52200 : [mq]: spaces

@@ -34,11 +34,11 @@
 static jlong timeout = 0;
 
 /* ============================================================================= */
 
 static void JNICALL
-callbackExtensionEvent(jvmtiEnv* jvmti, ... ) {
+callbackExtensionEvent(jvmtiEnv* jvmti, ...) {
     NSK_DISPLAY0("    event: callbackExtensionEvent\n");
 }
 
 /** Check extension events. */
 static int checkExtensions(jvmtiEnv* jvmti, const char phase[]) {
< prev index next >