s4:heimdal: import lorikeet-heimdal-201107150856 (commit 48936803fae4a2fb362c79365d31...
[metze/samba/wip.git] / source4 / heimdal / lib / hcrypto / libtommath / bn_mp_cmp_mag.c
index 693eb7cc7294db0b0df712e149fbd236754aba09..4a505238a031db3b934abf4d94d6c9fc3cee8268 100644 (file)
@@ -25,7 +25,7 @@ int mp_cmp_mag (mp_int * a, mp_int * b)
   if (a->used > b->used) {
     return MP_GT;
   }
-  
+
   if (a->used < b->used) {
     return MP_LT;
   }