remove trailing whitespace at end of lines
[reactos.git] / rosapps / dflat32 / listbox.c
index d585f8f..302abd5 100644 (file)
@@ -398,7 +398,7 @@ static void FlipSelection(DFWINDOW wnd, int sel)
 }
 
 static int ExtendSelections(DFWINDOW wnd, int sel, int shift)
-{    
+{
     if (shift & (DF_LEFTSHIFT | DF_RIGHTSHIFT) &&
                         wnd->AnchorPoint != -1)    {
         int i = sel;