mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Fix more clang-tidy errors (#57235)
Summary: In my last PR I've missed CUDA and distributed folders, fixing this now This change is autogenerated by `python tool/clang_tidy.py -s` Pull Request resolved: https://github.com/pytorch/pytorch/pull/57235 Reviewed By: janeyx99 Differential Revision: D28084444 Pulled By: malfet fbshipit-source-id: bf222f69ee90c7872c3cb0931e8cdb84f0cb3cda
This commit is contained in:
committed by
Facebook GitHub Bot
parent
565b034237
commit
eac02f85cf
@ -53,6 +53,7 @@ void RpcAgent::shutdown() {
|
||||
if (rpcRetryThread_.joinable()) {
|
||||
rpcRetryThread_.join();
|
||||
}
|
||||
// NOLINTNEXTLINE(clang-analyzer-cplusplus.PureVirtualCall)
|
||||
shutdownImpl();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user