Преглед на файлове

uac: removed trailing spaces

Daniel-Constantin Mierla преди 1 година
родител
ревизия
e38f06dac2
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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)
  * calculate H(A2)
  */
  */
 void uac_calc_HA2(str *method, str *uri, struct authenticate_body *auth,
 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,
 void uac_calc_response(HASHHEX ha1, HASHHEX ha2, struct authenticate_body *auth,
 		str *nc, str *cnonce, HASHHEX response)
 		str *nc, str *cnonce, HASHHEX response)