pytorch/caffe2/mpi
Shai Szulanski 0ddaaf6a92 [codemod][caffe2] Run clang-format - 5/7
Summary:
This directory is opted-in to clang-format but is not format-clean. This blocks continuous formatting from being enabled on fbcode, and causes hassle for other codemods that leave inconsistent formatting. This diff runs clang-format, which is widely used and considered safe.

If you are unhappy with the formatting of a particular block, please *accept this diff* and then in a stacked commit undo the change and wrap that code in `// clang-format off` and `// clang-format on`, or `/* clang-format off */` and `/* clang-format on */`.

drop-conflicts

Test Plan: sandcastleit

Reviewed By: jerryzh168

Differential Revision: D22311706

fbshipit-source-id: 1ca59a82e96156a4a5dfad70ba3e64d44c5e762a
2020-06-30 15:45:11 -07:00
..
CMakeLists.txt
mpi_common.cc Fix include paths for typeid.h (#13689) 2018-11-14 18:04:09 -08:00
mpi_common.h [codemod][caffe2] Run clang-format - 5/7 2020-06-30 15:45:11 -07:00
mpi_gpu_test.cc Rename dim(i) -> size(i) - 1/2 2018-11-05 07:27:04 -08:00
mpi_ops_gpu.cc Windows DLL build with Caffe2 code (#11266) 2018-09-06 15:12:20 -07:00
mpi_ops.cc Remove Apache headers from source. 2018-03-27 13:10:18 -07:00
mpi_ops.h [codemod][caffe2] Run clang-format - 5/7 2020-06-30 15:45:11 -07:00
mpi_test.cc Rename dim(i) -> size(i) - 1/2 2018-11-05 07:27:04 -08:00