minor changes

This commit is contained in:
Shengliang Guan 2022-02-28 17:50:50 +08:00
parent 175cbfb82d
commit 02421ede92
7 changed files with 15 additions and 44 deletions

View File

@ -280,4 +280,4 @@ typedef struct SSessionWindow {
}
#endif
#endif // _TD_COMMON_DEF_H_
#endif /*_TD_COMMON_DEF_H_*/

View File

@ -23,7 +23,6 @@
extern "C" {
#endif
typedef struct SCorEpSet {
int32_t version;
SEpSet epSet;
@ -123,4 +122,4 @@ void* blockDataDestroy(SSDataBlock* pBlock);
}
#endif
#endif // _TD_COMMON_EP_H_
#endif /*_TD_COMMON_EP_H_*/

View File

@ -67,4 +67,4 @@ SSchema createSchema(uint8_t type, int32_t bytes, int32_t colId, const char* nam
}
#endif
#endif // _TD_COMMON_NAME_H_
#endif /*_TD_COMMON_NAME_H_*/

View File

@ -16,7 +16,6 @@
#ifndef _TD_COMMON_TTSZIP_H_
#define _TD_COMMON_TTSZIP_H_
#include "os.h"
#include "tdef.h"
#include "tvariant.h"
@ -145,4 +144,4 @@ bool tsBufIsValidElem(STSElem* pElem);
}
#endif
#endif // _TD_COMMON_TTSZIP_H_
#endif /*_TD_COMMON_TTSZIP_H_*/

View File

@ -231,4 +231,4 @@ void *getDataMax(int32_t type);
}
#endif
#endif // _TD_COMMON_TTYPE_H_
#endif /*_TD_COMMON_TTYPE_H_*/

View File

@ -64,4 +64,4 @@ int32_t taosVariantTypeSetType(SVariant *pVariant, char type);
}
#endif
#endif // _TD_COMMON_VARIANT_H_
#endif /*_TD_COMMON_VARIANT_H_*/

View File

@ -1,27 +0,0 @@
/*
* Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
*
* This program is free software: you can use, redistribute, and/or modify
* it under the terms of the GNU Affero General Public License, version 3
* or later ("AGPL"), as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _TD_TYPE_H_
#define _TD_TYPE_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /*_TD_TYPE_H_*/