mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
rsaenh: Indentation fix.
This commit is contained in:
parent
b2b4bb9a12
commit
d7d1e40240
1 changed files with 2 additions and 2 deletions
|
@ -3519,8 +3519,8 @@ mp_read_unsigned_bin (mp_int * a, const unsigned char *b, int c)
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
a->dp[0] |= *b++;
|
a->dp[0] |= *b++;
|
||||||
a->used += 1;
|
a->used += 1;
|
||||||
}
|
}
|
||||||
mp_clamp (a);
|
mp_clamp (a);
|
||||||
return MP_OKAY;
|
return MP_OKAY;
|
||||||
|
|
Loading…
Reference in a new issue