Module: wine Branch: master Commit: d7d1e402403632a4b75b8056b88ef7b6573be926 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d7d1e402403632a4b75b8056b8...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Thu Dec 20 19:41:46 2012 +0000
rsaenh: Indentation fix.
---
dlls/rsaenh/mpi.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/rsaenh/mpi.c b/dlls/rsaenh/mpi.c index 055da3d..6662527 100644 --- a/dlls/rsaenh/mpi.c +++ b/dlls/rsaenh/mpi.c @@ -3519,8 +3519,8 @@ mp_read_unsigned_bin (mp_int * a, const unsigned char *b, int c) return res; }
- a->dp[0] |= *b++; - a->used += 1; + a->dp[0] |= *b++; + a->used += 1; } mp_clamp (a); return MP_OKAY;