unified return format

This commit is contained in:
Ganlin Zhao 2022-11-16 17:31:34 +08:00
parent 5f6caecee0
commit 4b9f3cd007
1 changed files with 0 additions and 1 deletions

View File

@ -482,7 +482,6 @@ int64_t convertTimePrecision(int64_t utime, int32_t fromPrecision, int32_t toPre
} }
} // end switch fromPrecision } // end switch fromPrecision
end_:
return utime; return utime;
} }