tc_common.cpp code format

This commit is contained in:
ruanshudong 2021-04-13 09:42:21 +08:00
parent 521bc4b44e
commit cc5e547d1b

View File

@ -519,7 +519,6 @@ string TimezoneHelper::timezone_local;
int64_t TimezoneHelper::timezone_diff_secs = 0;
int TC_Common::str2tm(const string &sString, const string &sFormat, struct tm &stTm)
{
char *p = strptime(sString.c_str(), sFormat.c_str(), &stTm);