mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
one space removed
This commit is contained in:
parent
af3c7de8d5
commit
570e8a8a77
@ -54,7 +54,6 @@ uint64_t count_digits(uint64_t n) {
|
||||
if(n < 0){
|
||||
n = -n;
|
||||
}
|
||||
|
||||
// log(0) is undefined
|
||||
else if(n == 0){
|
||||
//handling the value 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user