summaryrefslogtreecommitdiff
path: root/sql/password.c
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-12-28 01:01:05 +0200
committerbell@sanja.is.com.ua <>2002-12-28 01:01:05 +0200
commitfe9e13905649a41bcda1ab4d749a31695b89b870 (patch)
tree6675c15be87ddec825795b1d2a861d6bc696f109 /sql/password.c
parente3ba256491f82294f70ce2456eed243e1e7d1919 (diff)
downloadmariadb-git-fe9e13905649a41bcda1ab4d749a31695b89b870.tar.gz
postreview fix (SCRUM)
fixed layout
Diffstat (limited to 'sql/password.c')
-rw-r--r--sql/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/password.c b/sql/password.c
index 9fd3757106d..da7a499ba09 100644
--- a/sql/password.c
+++ b/sql/password.c
@@ -573,7 +573,7 @@ void get_hash_and_password(ulong* salt, uint8 pversion, char* hash, unsigned cha
while (salt<salt_end) /* Iterate over these elements*/
{
val=*salt;
- for(t=3;t>=0;t--)
+ for (t=3;t>=0;t--)
{
bp[t]=val%256;