diff options
author | Sage Weil <sage@inktank.com> | 2013-09-18 14:33:12 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-09-25 16:49:40 -0700 |
commit | eda807e01e39522ec20f4e90af8c44e7514d8af2 (patch) | |
tree | ba21dc2b70944bdd652edd5e8d5cb58f99c4c8e8 | |
parent | 52c7f2796397b5e3aa24c24bf0c6615cadf927c6 (diff) | |
download | ceph-eda807e01e39522ec20f4e90af8c44e7514d8af2.tar.gz |
common/bloom_filter: make mode match formatting
3 space tabs.. blech. Let's not change it now, though.
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/include/bloom_filter.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/bloom_filter.hpp b/src/include/bloom_filter.hpp index 41aba4bad47..5c4fb699587 100644 --- a/src/include/bloom_filter.hpp +++ b/src/include/bloom_filter.hpp @@ -1,3 +1,6 @@ +// -*- mode:C++; tab-width:8; c-basic-offset:3; indent-tabs-mode:t -*- +// vim: ts=8 sw=3 smarttab + /* ******************************************************************* * * |