diff --git a/device/plugins/hiebpf_plugin/tools/src/ebpf_converter.cpp b/device/plugins/hiebpf_plugin/tools/src/ebpf_converter.cpp index fb6b2ece5..655f0147c 100644 --- a/device/plugins/hiebpf_plugin/tools/src/ebpf_converter.cpp +++ b/device/plugins/hiebpf_plugin/tools/src/ebpf_converter.cpp @@ -55,8 +55,7 @@ EbpfConverter::EbpfConverter(const std::string& inputPath, const std::string& ou EbpfConverter::~EbpfConverter() { std::map::iterator iter; - for (iter = symbolInfo_.begin(); iter != symbolInfo_.end(); iter++) - { + for (iter = symbolInfo_.begin(); iter != symbolInfo_.end(); iter++) { if (iter->second.symTab != nullptr) { delete[] iter->second.symTab; iter->second.symTab = nullptr;