Windows: remove trailing whitespace
[openafs.git] / src / WINNT / client_creds / main.cpp
index 3193ea2..1ada86e 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
@@ -277,7 +277,7 @@ BOOL InitApp (LPSTR pszCmdLineA)
                    OutputDebugString("AFSD Service not configured\n");
                else if ( fAutoInit )
                    OutputDebugString("AFSD Service will be started\n");
-           }   
+           }
        }
    }
 
@@ -285,13 +285,13 @@ BOOL InitApp (LPSTR pszCmdLineA)
     if ( g.fIsWinNT && !IsServiceRunning() && IsServiceConfigured() && fAutoInit ) {
         SC_HANDLE hManager;
 
-        if ((hManager = OpenSCManager( NULL, NULL, 
+        if ((hManager = OpenSCManager( NULL, NULL,
                                        SC_MANAGER_CONNECT |
                                        SC_MANAGER_ENUMERATE_SERVICE |
                                        SC_MANAGER_QUERY_LOCK_STATUS)) != NULL )
         {
             SC_HANDLE hService;
-            if ((hService = OpenService( hManager, TEXT("TransarcAFSDaemon"), 
+            if ((hService = OpenService( hManager, TEXT("TransarcAFSDaemon"),
                                          SERVICE_QUERY_STATUS | SERVICE_START) ) != NULL)
             {
                 if (StartService(hService, 0, 0)) {
@@ -338,7 +338,7 @@ BOOL InitApp (LPSTR pszCmdLineA)
       else if (!IsServerInstalled())
          Message (MB_ICONHAND, IDS_UNCONFIG_TITLE, IDS_UNCONFIG_DESC);
       }
-   if (IsServiceRunning()) { 
+   if (IsServiceRunning()) {
       if ( fRenewMaps )
       {
           if ( IsDebuggerPresent() )