Index: vm/reference/java/io/VMFile.java =================================================================== RCS file: /cvsroot/classpath/classpath/vm/reference/java/io/VMFile.java,v retrieving revision 1.3 diff -u -r1.3 VMFile.java --- vm/reference/java/io/VMFile.java 28 Jul 2004 06:55:38 -0000 1.3 +++ vm/reference/java/io/VMFile.java 31 Aug 2004 10:00:32 -0000 @@ -47,18 +47,18 @@ */ final class VMFile { - static boolean caseSensitive; + static boolean caseSensitive; - static - { - if (Configuration.INIT_LOAD_LIBRARY) - { - System.loadLibrary("javaio"); - } - - // FIXME: We support only caseSensitive filesystems currently. - caseSensitive = true; - } + static + { + if (Configuration.INIT_LOAD_LIBRARY) + { + System.loadLibrary("javaio"); + } + + // FIXME: We support only caseSensitive filesystems currently. + caseSensitive = true; + } /* * This native method does the actual work of getting the last file