Skip to content

Commit 9a403db

Browse files
CodemodService FBSourceClangFormatLinterBotpytorchmergebot
CodemodService FBSourceClangFormatLinterBot
authored andcommitted
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT
Reviewed By: strulovich Differential Revision: D35460459 fbshipit-source-id: a425208092e8e20d6e5ae76ad76aabffdad56606 (cherry picked from commit c9a0672)
1 parent a0a2b75 commit 9a403db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

caffe2/share/contrib/depthwise/depthwise3x3_conv_op_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ void runConv(
199199

200200
} // unnamed namespace
201201

202-
constexpr int kIters = 20;
202+
constexpr int kIters = 20;
203203

204204
TEST(DEPTHWISE3x3, Conv) {
205205
for (int i = 0; i < kIters; ++i) {

caffe2/share/contrib/nnpack/nnpack_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ void runConv(
236236

237237
} // unnamed namespace
238238

239-
constexpr int kIters = 20;
239+
constexpr int kIters = 20;
240240

241241
TEST(NNPACK, Conv_3x3s1) {
242242
for (int i = 0; i < kIters; ++i) {

0 commit comments

Comments
 (0)