mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 05:57:14 +08:00
one space removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user