Windows: remove trailing whitespace
[openafs.git] / src / WINNT / afsusrmgr / display.cpp
index 5162a93..8e9fcc2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
- * 
+ *
  * This software has been released under the terms of the IBM Public
  * License.  For details, see the LICENSE file in the top-level source
  * directory or online at http://www.openafs.org/dl/license10.html
@@ -545,7 +545,7 @@ BOOL Display_HandleColumnNotify (HWND hDlg, UINT msg, WPARAM wp, LPARAM lp, LPVI
       if (fIsFastList (hList))
          {
          switch (((LPNMHDR)lp)->code)
-            { 
+            {
             case FLN_COLUMNRESIZE:
                FL_StoreView (hList, pvi);
                return TRUE;
@@ -573,7 +573,7 @@ BOOL Display_HandleColumnNotify (HWND hDlg, UINT msg, WPARAM wp, LPARAM lp, LPVI
 
 
 BOOL CALLBACK Display_GetItemText (HWND hList, LPFLN_GETITEMTEXT_PARAMS pfln, UINT_PTR dwCookie)
-{ 
+{
    LPVIEWINFO lpvi = (LPVIEWINFO)dwCookie;
    ASID idObject = (ASID)(pfln->item.lParam);