diff options
author | Sage Weil <sage@inktank.com> | 2013-09-18 14:33:12 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-09-19 18:25:17 -0700 |
commit | 2d93677fa6531c33ae223ac920d3246415d15a51 (patch) | |
tree | 3c6cb8dd0c814feb6dd300204be2a43b69e5469d | |
parent | fd6646f25642f302ed95fb3870e701f9afbc9d11 (diff) | |
download | ceph-2d93677fa6531c33ae223ac920d3246415d15a51.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 + /* ******************************************************************* * * |