diff options
author | bell@sanja.is.com.ua <> | 2002-12-28 01:01:05 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-12-28 01:01:05 +0200 |
commit | fe9e13905649a41bcda1ab4d749a31695b89b870 (patch) | |
tree | 6675c15be87ddec825795b1d2a861d6bc696f109 /sql/password.c | |
parent | e3ba256491f82294f70ce2456eed243e1e7d1919 (diff) | |
download | mariadb-git-fe9e13905649a41bcda1ab4d749a31695b89b870.tar.gz |
postreview fix (SCRUM)
fixed layout
Diffstat (limited to 'sql/password.c')
-rw-r--r-- | sql/password.c | 2 |
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; |