From b4aa823661dcc701b3e05e464b84f81d6c827531 Mon Sep 17 00:00:00 2001 From: Shu Zhang Date: Thu, 24 Dec 2015 20:38:35 -0800 Subject: [PATCH] format --- util/env_hdfs.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/env_hdfs.cc b/util/env_hdfs.cc index ba052a5f4..fdb286f9c 100644 --- a/util/env_hdfs.cc +++ b/util/env_hdfs.cc @@ -596,8 +596,8 @@ Status HdfsEnv::NewLogger(const std::string& fname, // The factory method for creating an HDFS Env Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) { - *hdfs_env = new HdfsEnv(fsname); - return Status::OK(); + *hdfs_env = new HdfsEnv(fsname); + return Status::OK(); } } // namespace rocksdb -- GitLab