From 78c06e1802e2764f1369e0009ccb13f0760f6188 Mon Sep 17 00:00:00 2001 From: dolphin8 Date: Mon, 16 Jul 2018 11:55:54 +0800 Subject: [PATCH] fix clang-format 5.0 --- src/operators/math/pool_2x2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operators/math/pool_2x2.cpp b/src/operators/math/pool_2x2.cpp index 6cb084f917..c86003f6f9 100644 --- a/src/operators/math/pool_2x2.cpp +++ b/src/operators/math/pool_2x2.cpp @@ -173,7 +173,7 @@ void Pool2x2Avg(vector strides, vector paddings, const Tensor *input, } #else - // TODO(): to imp other asm +// TODO(): to imp other asm #endif -- GitLab