comparison src/share/vm/graal/graalVMEntries.cpp @ 3703:50a1d38cd7ac

Add newlines at the end of files, otherwise my version of gcc complains
author Christian Wimmer <christian.wimmer@oracle.com>
date Mon, 28 Nov 2011 18:20:46 -0800
parents 713131edb435
children 54d4c210a34e
comparison
equal deleted inserted replaced
3702:584c70f06938 3703:50a1d38cd7ac
1057 }; 1057 };
1058 1058
1059 int VMEntries_methods_count() { 1059 int VMEntries_methods_count() {
1060 return sizeof(VMEntries_methods) / sizeof(JNINativeMethod); 1060 return sizeof(VMEntries_methods) / sizeof(JNINativeMethod);
1061 } 1061 }
1062