From 4dfdd1d92876ffa6b8432812bbd952f04dd9752d Mon Sep 17 00:00:00 2001 From: Shu Zhang Date: Thu, 24 Dec 2015 20:32:29 -0800 Subject: [PATCH] format --- util/env_hdfs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/env_hdfs.cc b/util/env_hdfs.cc index 21035e18f..ba052a5f4 100644 --- a/util/env_hdfs.cc +++ b/util/env_hdfs.cc @@ -594,7 +594,7 @@ Status HdfsEnv::NewLogger(const std::string& fname, return Status::OK(); } - // The factory method for creating an HDFS Env +// 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();