remove trailing whitespace
This commit is contained in:
@@ -29,7 +29,7 @@ mp_count_bits (mp_int * a)
|
||||
|
||||
/* get number of digits and add that */
|
||||
r = (a->used - 1) * DIGIT_BIT;
|
||||
|
||||
|
||||
/* take the last digit and count the bits in it */
|
||||
q = a->dp[a->used - 1];
|
||||
while (q > ((mp_digit) 0)) {
|
||||
|
Reference in New Issue
Block a user