Windows: remove trailing whitespace
[openafs.git] / src / WINNT / afssvrcfg / get_pw_dlg.cpp
index 6a94293..e3b3243 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
@@ -50,7 +50,7 @@ BOOL CALLBACK GetPwDlgProc(HWND hRHS, UINT msg, WPARAM wp, LPARAM lp);
  *
  */
 BOOL GetAfsPrincipalPassword(HWND hParent, TCHAR *&pszServerPW)
-{      
+{
     int nResult = ModalDialog(IDD_GET_PW, hParent, (DLGPROC)GetPwDlgProc);
     if (nResult == IDOK) {
        pszServerPW = g_CfgData.szServerPW;
@@ -133,7 +133,7 @@ static void CheckEnableButtons()
 static void SaveDlgInfo()
 {
     TCHAR szText[cchRESOURCE];
-       
+
     lstrncpy(g_CfgData.szServerPW, GetWndText(hDlg, IDC_PW, szText), MAX_SERVER_PW_LEN);
 }