提交 b4aa8236 编写于 作者: S Shu Zhang

format

上级 4dfdd1d9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册