one space removed

This commit is contained in:
futoid 2022-12-06 17:20:55 +00:00
parent af3c7de8d5
commit 570e8a8a77

View File

@ -54,7 +54,6 @@ uint64_t count_digits(uint64_t n) {
if(n < 0){ if(n < 0){
n = -n; n = -n;
} }
// log(0) is undefined // log(0) is undefined
else if(n == 0){ else if(n == 0){
//handling the value 0 //handling the value 0