From 324b85b0cc688f85a91e84b0b6d6a0378a79bea3 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 8 Apr 2011 21:35:34 +0200 Subject: Fix TAB: Replace all TAB with 4 spaces --- src/jogl/classes/com/jogamp/opengl/util/Locator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/classes/com/jogamp/opengl/util/Locator.java') diff --git a/src/jogl/classes/com/jogamp/opengl/util/Locator.java b/src/jogl/classes/com/jogamp/opengl/util/Locator.java index 8dbd7cd93..291cd770c 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; -- cgit v1.2.3