format
This commit is contained in:
parent
4dfdd1d928
commit
b4aa823661
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user