summaryrefslogtreecommitdiff
path: root/vm
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-08-31 10:10:59 +0000
committerMichael Koch <konqueror@gmx.de>2004-08-31 10:10:59 +0000
commit41da7abe52702acbaaec8a6444bc7d1f24c36d6d (patch)
tree395ff90d6abc14439d0e5c7b8e6168375ca54aad /vm
parent66cf92e34645bb0738ef6844f20ce024cedc2a21 (diff)
downloadclasspath-41da7abe52702acbaaec8a6444bc7d1f24c36d6d.tar.gz
2004-08-31 Michael Koch <konqueror@gmx.de>
* vm/reference/java/io/VMFile.java: Reindented.
Diffstat (limited to 'vm')
-rw-r--r--vm/reference/java/io/VMFile.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/vm/reference/java/io/VMFile.java b/vm/reference/java/io/VMFile.java
index 21e71f9e2..63d9a4f5f 100644
--- a/vm/reference/java/io/VMFile.java
+++ b/vm/reference/java/io/VMFile.java
@@ -47,18 +47,18 @@ import gnu.java.io.PlatformHelper;
*/
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