remove trailing whitespace
This commit is contained in:
@@ -27,7 +27,7 @@ mp_cmp (mp_int * a, mp_int * b)
|
||||
return MP_GT;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* compare digits */
|
||||
if (a->sign == MP_NEG) {
|
||||
/* if negative compare opposite direction */
|
||||
|
Reference in New Issue
Block a user