summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk
diff options
context:
space:
mode:
authorAlexander Kurtakov <akurtako@redhat.com>2013-03-15 13:33:51 +0200
committerAlexander Kurtakov <akurtako@redhat.com>2013-03-15 13:33:51 +0200
commitd70c8e9262eea26019872187da5a2dd263e38c8e (patch)
tree05abf7d5c3087737ac5b2ac9d0f003d433759f2f /bundles/org.eclipse.swt/Eclipse SWT PI/gtk
parent7c1b8eca79b80c0d72e829a1c54df2844c3fbc3c (diff)
downloadeclipse.platform.swt-d70c8e9262eea26019872187da5a2dd263e38c8e.tar.gz
eclipse.platform.swt-d70c8e9262eea26019872187da5a2dd263e38c8e.tar.xz
eclipse.platform.swt-d70c8e9262eea26019872187da5a2dd263e38c8e.zip
Remove unneeded spaces that break the 64to32 bit.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
index 4f1688d00a..3f9fc64c2f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
@@ -8506,7 +8506,7 @@ public static final void gtk_style_context_add_provider_for_screen(long /*int*/
*/
public static final native void _gtk_style_context_add_provider (long /*int*/ context, long /*int*/ provider, int priority);
public static final void gtk_style_context_add_provider(
- long /* int */context, long /* int */provider, int priority) {
+ long /*int*/context, long /*int*/provider, int priority) {
lock.lock();
try {
_gtk_style_context_add_provider(context, provider, priority);