Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jul 7, 2016
1 parent 22821cd commit aef652f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/auth/htpasswd.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _bcrypt(hash_value, password):


def _md5apr1(hash_value, password):
return _passlib_md5apr1.verify(password, hash_value)
return _passlib_md5apr1.verify(password, hash_value)


# Prepare mapping between encryption names and verification functions.
Expand Down

0 comments on commit aef652f

Please # to comment.