Windows: remove trailing whitespace
[openafs.git] / src / WINNT / afssvrcfg / backup_server_page.cpp
index 1b9e74a..d486189 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
@@ -84,7 +84,7 @@ BOOL CALLBACK BackupPageDlgProc(HWND hwndDlg, UINT msg, WPARAM wp, LPARAM lp)
     }
 
     return FALSE;
-}      
+}
 
 
 /*
@@ -126,7 +126,7 @@ static void OnInitDialog(HWND hwndDlg)
        SetCheck(hDlg, IDC_DONT_CONFIG_BACKUP_SERVER);
     else if (g_CfgData.configBak == CS_CONFIGURE)
        SetCheck(hDlg, IDC_CONFIG_BACKUP_SERVER);
-}      
+}
 
 
 /*