summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShu Zhang <shu_zhang@alumni.brown.edu>2015-12-26 19:50:28 -0800
committerShu Zhang <shu_zhang@alumni.brown.edu>2015-12-26 19:50:28 -0800
commitb79ccbd573742f26979dc7efc95b15cf904a5307 (patch)
treee8265d1a6f171dda18a7ef4b7c2155f4977030cc
parentb4aa823661dcc701b3e05e464b84f81d6c827531 (diff)
indent
-rw-r--r--util/env_hdfs.cc2
1 files changed, 1 insertions, 1 deletions
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");
}
}