Style: fix typo (#34)
This commit is contained in:
@ -10,8 +10,8 @@
|
|||||||
* See the Mulan PubL v2 for more details.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef OCEANBAE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
|
#ifndef OCEANBASE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
|
||||||
#define OCEANBAE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
|
#define OCEANBASE_LIB_ALLOCATER_OB_CACHED_ALLOCATOR_H_
|
||||||
|
|
||||||
#include "lib/objectpool/ob_pool.h"
|
#include "lib/objectpool/ob_pool.h"
|
||||||
#include "lib/lock/ob_spin_lock.h"
|
#include "lib/lock/ob_spin_lock.h"
|
||||||
@ -111,4 +111,4 @@ void ObCachedAllocator<T>::free(T* obj)
|
|||||||
} // end namespace common
|
} // end namespace common
|
||||||
} // end namespace oceanbase
|
} // 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.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef OCEANBAE_LIB_OB_TRUNCATED_STRING_H_
|
#ifndef OCEANBASE_LIB_OB_TRUNCATED_STRING_H_
|
||||||
#define OCEANBAE_LIB_OB_TRUNCATED_STRING_H_
|
#define OCEANBASE_LIB_OB_TRUNCATED_STRING_H_
|
||||||
|
|
||||||
#include "lib/string/ob_string.h"
|
#include "lib/string/ob_string.h"
|
||||||
#include "share/config/ob_server_config.h"
|
#include "share/config/ob_server_config.h"
|
||||||
@ -71,4 +71,4 @@ class ObTruncatedString {
|
|||||||
} // namespace common
|
} // namespace common
|
||||||
} // namespace oceanbase
|
} // 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.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _OB_OCEANBAE_SCHEMA_SCHEMA_SERVICE_H
|
#ifndef _OB_OCEANBASE_SCHEMA_SCHEMA_SERVICE_H
|
||||||
#define _OB_OCEANBAE_SCHEMA_SCHEMA_SERVICE_H
|
#define _OB_OCEANBASE_SCHEMA_SCHEMA_SERVICE_H
|
||||||
|
|
||||||
#include "lib/ob_name_def.h"
|
#include "lib/ob_name_def.h"
|
||||||
#include "lib/string/ob_string.h"
|
#include "lib/string/ob_string.h"
|
||||||
@ -954,4 +954,4 @@ class ObSchemaService {
|
|||||||
} // namespace schema
|
} // namespace schema
|
||||||
} // namespace share
|
} // namespace share
|
||||||
} // namespace oceanbase
|
} // 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.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef OCEANBAES_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
|
#ifndef OCEANBASE_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
|
||||||
#define OCEANBAES_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
|
#define OCEANBASE_STORAGE_OB_ROW_SAMPLE_ITERATOR_H
|
||||||
|
|
||||||
#include "storage/ob_i_store.h"
|
#include "storage/ob_i_store.h"
|
||||||
#include "storage/ob_i_sample_iterator.h"
|
#include "storage/ob_i_sample_iterator.h"
|
||||||
@ -36,4 +36,4 @@ class ObRowSampleIterator : public ObISampleIterator {
|
|||||||
} // namespace storage
|
} // namespace storage
|
||||||
} // namespace oceanbase
|
} // namespace oceanbase
|
||||||
|
|
||||||
#endif /* OCEANBAES_STORAGE_OB_ROW_SAMPLE_ITERATOR_H */
|
#endif /* OCEANBASE_STORAGE_OB_ROW_SAMPLE_ITERATOR_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user