From 4b9f3cd007d31c6f2f01d51ad77304508e3427e9 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Wed, 16 Nov 2022 17:31:34 +0800 Subject: [PATCH] unified return format --- source/common/src/ttime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/common/src/ttime.c b/source/common/src/ttime.c index ecf23c91bd..66d77192bd 100644 --- a/source/common/src/ttime.c +++ b/source/common/src/ttime.c @@ -482,7 +482,6 @@ int64_t convertTimePrecision(int64_t utime, int32_t fromPrecision, int32_t toPre } } // end switch fromPrecision -end_: return utime; } -- GitLab