From dcc1ca29d27e0637ef03e0ef0177ea3e6435c073 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(-) 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; -- cgit v1.2.3