浏览代码

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)
  */
 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)