diff --git a/src/objit/src/ob_llvm_di_helper.cpp b/src/objit/src/ob_llvm_di_helper.cpp index 91d277dad..0f0183938 100644 --- a/src/objit/src/ob_llvm_di_helper.cpp +++ b/src/objit/src/ob_llvm_di_helper.cpp @@ -350,9 +350,9 @@ int ObLLVMDIHelper::create_struct_type( return ret; } -int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count, - ObLLVMDIType &array_type) -{ +int ObLLVMDIHelper::create_array_type(ObLLVMDIType &base_type, int64_t count, + ObLLVMDIType &array_type) +{ int ret = OB_SUCCESS; ObDIType *type_ptr = NULL; DISubrange *subrange = NULL;