未验证 提交 9b307878 编写于 作者: 夫多多's avatar 夫多多 提交者: GitHub

Style: fix typo (#34)

上级 fcf52f5e
......@@ -10,8 +10,8 @@
* See the Mulan PubL v2 for more details.
*/
#ifndef OCEANBAE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
#define OCEANBAE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
#ifndef OCEANBASE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
#define OCEANBASE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
#include "lib/objectpool/ob_pool.h"
#include "lib/lock/ob_spin_lock.h"
......@@ -111,4 +111,4 @@ void ObCachedAllocator<T>::free(T* obj)
} // end namespace common
} // end namespace oceanbase
#endif // OCEANBAE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
#endif // OCEANBASE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
......@@ -10,8 +10,8 @@
* See the Mulan PubL v2 for more details.
*/
#ifndef OCEANBAE_LIB_OB_TRUNCATED_STRING_H_
#define OCEANBAE_LIB_OB_TRUNCATED_STRING_H_
#ifndef OCEANBASE_LIB_OB_TRUNCATED_STRING_H_
#define OCEANBASE_LIB_OB_TRUNCATED_STRING_H_
#include "lib/string/ob_string.h"
#include "share/config/ob_server_config.h"
......@@ -71,4 +71,4 @@ class ObTruncatedString {
} // namespace common
} // namespace oceanbase
#endif // OCEANBAE_LIB_OB_TRUNCATED_STRING_H_
#endif // OCEANBASE_LIB_OB_TRUNCATED_STRING_H_
......@@ -10,8 +10,8 @@
* See the Mulan PubL v2 for more details.
*/
#ifndef _OB_OCEANBAE_SCHEMA_SCHEMA_SERVICE_H
#define _OB_OCEANBAE_SCHEMA_SCHEMA_SERVICE_H
#ifndef _OB_OCEANBASE_SCHEMA_SCHEMA_SERVICE_H
#define _OB_OCEANBASE_SCHEMA_SCHEMA_SERVICE_H
#include "lib/ob_name_def.h"
#include "lib/string/ob_string.h"
......@@ -954,4 +954,4 @@ class ObSchemaService {
} // namespace schema
} // namespace share
} // namespace oceanbase
#endif /* _OB_OCEANBAE_SCHEMA_SCHEMA_SERVICE_H */
#endif /* _OB_OCEANBASE_SCHEMA_SCHEMA_SERVICE_H */
......@@ -10,8 +10,8 @@
* See the Mulan PubL v2 for more details.
*/
#ifndef OCEANBAES_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
#define OCEANBAES_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
#ifndef OCEANBASE_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
#define OCEANBASE_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
#include "storage/ob_i_store.h"
#include "storage/ob_i_sample_iterator.h"
......@@ -36,4 +36,4 @@ class ObRowSampleIterator : public ObISampleIterator {
} // namespace storage
} // namespace oceanbase
#endif /* OCEANBAES_STORAGE_OB_ROW_SAMPLE_ITERATOR_H */
#endif /* OCEANBASE_STORAGE_OB_ROW_SAMPLE_ITERATOR_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册