From c68b22a94e624929fe6ccad531d85bda5c2b794a Mon Sep 17 00:00:00 2001 From: zhaojiaying01 Date: Fri, 18 Jan 2019 15:06:32 +0800 Subject: [PATCH] code format --- src/operators/gru_unit_op.h | 2 +- src/operators/kernel/arm/gru_unit_kernel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operators/gru_unit_op.h b/src/operators/gru_unit_op.h index 4188662d05..c9be667906 100644 --- a/src/operators/gru_unit_op.h +++ b/src/operators/gru_unit_op.h @@ -40,4 +40,4 @@ class GruUnitOp : public framework::OperatorWithKernel< } // namespace operators } // namespace paddle_mobile -#endif +#endif \ No newline at end of file diff --git a/src/operators/kernel/arm/gru_unit_kernel.cpp b/src/operators/kernel/arm/gru_unit_kernel.cpp index 28b6da0c4d..c9dbcbc7d5 100644 --- a/src/operators/kernel/arm/gru_unit_kernel.cpp +++ b/src/operators/kernel/arm/gru_unit_kernel.cpp @@ -27,7 +27,7 @@ bool GruUnitKernel::Init(GruUnitParam *param) { template <> void GruUnitKernel::Compute(const GruUnitParam ¶m) { - GruUnitCompute(param); + GruUnitCompute(param); } template class GruUnitKernel; -- GitLab