Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2016-01-07 21:11:53 +0000
committerAndrey Loskutov2016-01-07 21:11:53 +0000
commit99e351989b664361d67301543e836c2f84860038 (patch)
treedf8aedc7fb1c36ebc78c0acc4c444652c025fdf9 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/WINDOWPLACEMENT.java
parentc98a35a24d3d416c116d748eeedb75c131d5ec31 (diff)
downloadeclipse.platform.swt-99e351989b664361d67301543e836c2f84860038.tar.gz
eclipse.platform.swt-99e351989b664361d67301543e836c2f84860038.tar.xz
eclipse.platform.swt-99e351989b664361d67301543e836c2f84860038.zip
Bug 485367 - cleaned trailing spaces in swt (win32)
Change-Id: I47413fc0f50677957d3e3269dbaca97413b56d30 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/WINDOWPLACEMENT.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/WINDOWPLACEMENT.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/WINDOWPLACEMENT.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/WINDOWPLACEMENT.java
index 925be00c3b..7de1cde3e9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/WINDOWPLACEMENT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/WINDOWPLACEMENT.java
@@ -12,7 +12,7 @@ package org.eclipse.swt.internal.win32;
public class WINDOWPLACEMENT {
public int length;
- public int flags;
+ public int flags;
public int showCmd;
// POINT ptMinPosition;
/** @field accessor=ptMinPosition.x */
@@ -24,7 +24,7 @@ public class WINDOWPLACEMENT {
public int ptMaxPosition_x;
/** @field accessor=ptMaxPosition.y */
public int ptMaxPosition_y;
-// RECT rcNormalPosition;
+// RECT rcNormalPosition;
/** @field accessor=rcNormalPosition.left */
public int left;
/** @field accessor=rcNormalPosition.top */

Back to the top