rsaenh: Indentation fix

Andrew Talbot andrew.talbot at talbotville.com
Thu Dec 20 13:41:46 CST 2012


Changelog:
    rsaenh: Indentation fix.

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;




More information about the wine-patches mailing list