more foramt

This commit is contained in:
Shu Zhang 2015-12-26 19:52:35 -08:00
parent b79ccbd573
commit 2b7c810db8

View file

@ -616,7 +616,6 @@ namespace rocksdb {
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) { Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) {
return Status::NotSupported("Not compiled with hdfs support"); return Status::NotSupported("Not compiled with hdfs support");
} }
} }
#endif #endif