Windows: remove trailing whitespace
[openafs.git] / src / WINNT / afssvrmgr / set_restore.cpp
index 67b6e38..d30f43d 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
@@ -122,7 +122,7 @@ BOOL CALLBACK Filesets_Restore_DlgProc (HWND hDlg, UINT msg, WPARAM wp, LPARAM l
                }
             break;
 
-         case WM_ENDTASK: 
+         case WM_ENDTASK:
             LPTASKPACKET ptp;
             if ((ptp = (LPTASKPACKET)lp) != NULL)
                {
@@ -180,9 +180,9 @@ BOOL CALLBACK Filesets_Restore_DlgProc (HWND hDlg, UINT msg, WPARAM wp, LPARAM l
             psrp = NULL;
             break;
 
-         case WM_NOTIFY: 
+         case WM_NOTIFY:
             switch (((LPNMHDR)lp)->code)
-               { 
+               {
                case FLN_ITEMSELECT:
                   Filesets_Restore_OnAggregate (hDlg, psrp);
                   break;
@@ -213,14 +213,14 @@ LRESULT CALLBACK Filesets_Restore_SubclassListProc (HWND hList, UINT msg, WPARAM
             SetWindowLongPtr (hList, GWLP_WNDPROC, procFilesetsRestoreList);
          break;
 
-      case WM_COMMAND: 
+      case WM_COMMAND:
          switch (LOWORD(wp))
             {
             case M_COLUMNS:
                ShowColumnsDialog (GetParent (hList), &gr.viewAggRestore);
                break;
             }
-         break; 
+         break;
       }
 
    return rc;