Some coding convention pedantism.
[ira/wip.git] / source3 / nsswitch / libwbclient / wbc_pam.c
index 1548c3344ac09bcca48bf3b906b0293b8d0bc388..7f7c7b814030bbfed373e2c1d6b18f2413a80151 100644 (file)
@@ -31,7 +31,7 @@
  * @return #wbcErr
  **/
 
-wbcErr wbcAuthenticateUser(const char *username, 
+wbcErr wbcAuthenticateUser(const char *username,
                           const char *password)
 {
        wbcErr wbc_status = WBC_ERR_UNKNOWN_FAILURE;
@@ -61,5 +61,5 @@ wbcErr wbcAuthenticateUser(const char *username,
        BAIL_ON_WBC_ERROR(wbc_status);
 
 done:
-       return wbc_status;      
+       return wbc_status;
 }