summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2005-10-26 22:06:55 +0000
committerSteve Northover <steve>2005-10-26 22:06:55 +0000
commit157c962b436ecc8c10be37fe35def040a5304d99 (patch)
tree5c67bd771d25b24941a04b438c652b15b2c66c21
parentcea50da610c26e76615c8eaec7dfd0146a36b0fd (diff)
downloadeclipse.platform.swt-157c962b436ecc8c10be37fe35def040a5304d99.tar.gz
eclipse.platform.swt-157c962b436ecc8c10be37fe35def040a5304d99.tar.xz
eclipse.platform.swt-157c962b436ecc8c10be37fe35def040a5304d99.zip
fix formatting
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
index 453dadc7ee..c12edee9ba 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
@@ -383,7 +383,6 @@ LRESULT WM_UPDATEUISTATE (int wParam, int lParam) {
*
* NOTE: The DefWindowProc() must be called in order to
* broadcast WM_UPDATEUISTATE message to the children.
- *
*/
if ((state & TRANSPARENT) != 0) {
if (OS.COMCTL32_MAJOR >= 6 && OS.IsAppThemed ()) {