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:
Nikita Shulga
2021-04-28 23:28:04 -07:00
committed by Facebook GitHub Bot
parent 565b034237
commit eac02f85cf
87 changed files with 342 additions and 5 deletions

View File

@ -53,6 +53,7 @@ void RpcAgent::shutdown() {
if (rpcRetryThread_.joinable()) {
rpcRetryThread_.join();
}
// NOLINTNEXTLINE(clang-analyzer-cplusplus.PureVirtualCall)
shutdownImpl();
}