diff dwtx/novocode/SizeGrip.d @ 190:df4e66472aff

novocode line endings, indention
author Frank Benoit <benoit@tionex.de>
date Sun, 26 Oct 2008 15:04:41 +0100
parents e3780acbbf80
children
line wrap: on
line diff
--- a/dwtx/novocode/SizeGrip.d	Sun Oct 26 14:57:25 2008 +0100
+++ b/dwtx/novocode/SizeGrip.d	Sun Oct 26 15:04:41 2008 +0100
@@ -11,8 +11,8 @@
  *     Frank Benoit <benoit@tionex.de>
  *******************************************************************************/
 /++
- + This code was take from http://www.novocode.com/swt/
- +/
++ This code was take from http://www.novocode.com/swt/
++/
 module dwtx.novocode.SizeGrip;
 
 import dwt.dwthelper.utils;
@@ -195,10 +195,10 @@
                     {
                         TimerTask executingTask = this;
                         event.display.asyncExec( dgRunnable( (Event event_, TimerTask executingTask_ )
-                        {
-                            if(executingTask_ !is timerTask) return;
-                            performResize(event_);
-                        }, event, executingTask ));
+                            {
+                                if(executingTask_ !is timerTask) return;
+                                performResize(event_);
+                            }, event, executingTask ));
                     }
                 };
                 timer.schedule(timerTask, UPDATE_DELAY);
@@ -216,7 +216,7 @@
             performResize(event);
         }
     }
-    
+
     public this(Composite parent, Composite resizableParent_, int style)
     {
         super(parent, style = checkStyle (style));