From 2b7c810db8b1dc21f4bb3392e6e270f41cabd6e0 Mon Sep 17 00:00:00 2001 From: Shu Zhang Date: Sat, 26 Dec 2015 19:52:35 -0800 Subject: [PATCH] more foramt --- util/env_hdfs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/util/env_hdfs.cc b/util/env_hdfs.cc index 153ea5985..7e12c747a 100644 --- a/util/env_hdfs.cc +++ b/util/env_hdfs.cc @@ -616,7 +616,6 @@ namespace rocksdb { Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) { return Status::NotSupported("Not compiled with hdfs support"); } - } #endif