Skip to content

Commit 3e35238

Browse files
committed
fix format. test=develop
1 parent eb2123e commit 3e35238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/jit/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ void TestKernelStrideScal() {
799799
using T = typename KernelTuple::data_type;
800800
VLOG(10) << "Test JITKernel: " << jit::to_string(KernelTuple::kernel_type);
801801
for (int d : TestSizes()) {
802-
for (int m : {1, 2, 3}) { // stride
802+
for (int m : {1, 2, 3}) { // stride
803803
if (m > d || d % m != 0) {
804804
continue;
805805
}

0 commit comments

Comments
 (0)