aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-04-08 21:35:34 +0200
committerSven Gothel <[email protected]>2011-06-08 04:33:46 +0200
commitdcc1ca29d27e0637ef03e0ef0177ea3e6435c073 (patch)
tree5ee2051c15ecde3942ae606b742d8b9a684e0d8e /src
parent67e64343394803a31d463802d9b72ee47434484c (diff)
Fix TAB: Replace all TAB with 4 spaces
Diffstat (limited to 'src')
-rw-r--r--src/jogl/classes/com/jogamp/opengl/util/Locator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/Locator.java b/src/jogl/classes/com/jogamp/opengl/util/Locator.java
index 8dbd7cd..291cd77 100644
--- a/src/jogl/classes/com/jogamp/opengl/util/Locator.java
+++ b/src/jogl/classes/com/jogamp/opengl/util/Locator.java
@@ -109,7 +109,7 @@ public class Locator {
}
if (file != null) {
String res = new File(file, relativeFile).getPath();
- // Handle things on Windows
+ // Handle things on Windows
return res.replace('\\', '/');
} else {
return relativeFile;