From 38213b0fc4dfc096be4b680cf4a2f5689ea56166 Mon Sep 17 00:00:00 2001 From: Alexander Zai Date: Fri, 19 Oct 2018 17:53:58 -0700 Subject: [PATCH] fix lint --- tests/cpp/include/test_mkldnn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cpp/include/test_mkldnn.h b/tests/cpp/include/test_mkldnn.h index cedb5ca84ef5..f0783d739a92 100644 --- a/tests/cpp/include/test_mkldnn.h +++ b/tests/cpp/include/test_mkldnn.h @@ -574,5 +574,5 @@ inline void VerifySumResult(const std::vector &in_arrs, ASSERT_EQ(d1[i] + d2[i], o[i]); } -#endif // MXNET_USE_MKLDNN -#endif // TEST_MKLDNN_H_ +#endif // MXNET_USE_MKLDNN +#endif // TEST_MKLDNN_H_