From b61070e309976146afdd94c5d95c78f43bef2e02 Mon Sep 17 00:00:00 2001 From: Kai Li Date: Tue, 10 Jun 2014 09:24:39 +0800 Subject: [PATCH] Revert the namespace ending comment to the same line of the bracket --- src/caffe/test/test_hdf5_output_layer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/caffe/test/test_hdf5_output_layer.cpp b/src/caffe/test/test_hdf5_output_layer.cpp index 45cf11b..5b396ef 100644 --- a/src/caffe/test/test_hdf5_output_layer.cpp +++ b/src/caffe/test/test_hdf5_output_layer.cpp @@ -174,5 +174,4 @@ TYPED_TEST(HDF5OutputLayerTest, TestGPUForward) { this->output_file_name_; } -} - // namespace caffe +} // namespace caffe -- 2.7.4