]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Reformat a comment
authorVolker Lendecke <vl@samba.org>
Tue, 5 Jan 2021 13:36:23 +0000 (14:36 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 8 Jan 2021 20:31:33 +0000 (20:31 +0000)
Will fix a typo next

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/auth/ntlm/auth.c

index ead5326705e67ec071ab34fcfce968834ef96f53..1fd7d7a907f67c37c4ec67a407847a8d01821640 100644 (file)
@@ -215,10 +215,11 @@ static void auth_check_password_next(struct tevent_req *req);
  *
  * @param ev The tevent context the request should operate on
  *
- * @param auth_ctx Supplies the challenges and some other data. 
- *                  Must be created with make_auth_context(), and the challenges should be 
- *                  filled in, either at creation or by calling the challenge geneation 
- *                  function auth_get_challenge().  
+ * @param auth_ctx Supplies the challenges and some other data.  Must
+ *                 be created with make_auth_context(), and the
+ *                 challenges should be filled in, either at creation
+ *                 or by calling the challenge geneation function
+ *                 auth_get_challenge().
  *
  * @param user_info Contains the user supplied components, including the passwords.
  *