From b79ccbd573742f26979dc7efc95b15cf904a5307 Mon Sep 17 00:00:00 2001 From: Shu Zhang Date: Sat, 26 Dec 2015 19:50:28 -0800 Subject: [PATCH] indent --- 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 fdb286f9c..153ea5985 100644 --- a/util/env_hdfs.cc +++ b/util/env_hdfs.cc @@ -614,7 +614,7 @@ namespace rocksdb { } 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"); } }