Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs2005-09-28 16:32:12 +0000
committerBilly Biggs2005-09-28 16:32:12 +0000
commita6f45c927a430c035a00215f22c43bd3013ae05a (patch)
tree4e566799ad1a34dcd13c2ab74536b59c3d53e57c
parentc9b3b6d0e036e97da267e6236baa2ed47843455e (diff)
downloadeclipse.platform.swt-a6f45c927a430c035a00215f22c43bd3013ae05a.tar.gz
eclipse.platform.swt-a6f45c927a430c035a00215f22c43bd3013ae05a.tar.xz
eclipse.platform.swt-a6f45c927a430c035a00215f22c43bd3013ae05a.zip
Whitespace changes.
-rw-r--r--examples/org.eclipse.swt.opengl.examples/.classpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/org.eclipse.swt.opengl.examples/.classpath b/examples/org.eclipse.swt.opengl.examples/.classpath
index df094ee4a7..065ac06e19 100644
--- a/examples/org.eclipse.swt.opengl.examples/.classpath
+++ b/examples/org.eclipse.swt.opengl.examples/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top