Browse Source

uac: removed trailing spaces

Daniel-Constantin Mierla 1 year ago
parent
commit
e38f06dac2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/modules/uac/auth_alg.c

+ 3 - 3
src/modules/uac/auth_alg.c

@@ -124,7 +124,7 @@ void uac_calc_HA1(struct uac_credential *crd, struct authenticate_body *auth,
 }
 
 
-/* 
+/*
  * calculate H(A2)
  */
 void uac_calc_HA2(str *method, str *uri, struct authenticate_body *auth,
@@ -148,8 +148,8 @@ void uac_calc_HA2(str *method, str *uri, struct authenticate_body *auth,
 }
 
 
-/* 
- * calculate request-digest/response-digest as per HTTP Digest spec 
+/*
+ * calculate request-digest/response-digest as per HTTP Digest spec
  */
 void uac_calc_response(HASHHEX ha1, HASHHEX ha2, struct authenticate_body *auth,
 		str *nc, str *cnonce, HASHHEX response)