Commit 4c2a309b authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5206 remove indentation caused by namespace


git-svn-id: file:///svn/toku/tokudb@45942 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3b3d4c6d
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
namespace toku { namespace toku {
template<typename omtdata_t, template<typename omtdata_t,
typename omtdataout_t=omtdata_t> typename omtdataout_t=omtdata_t>
struct omt { struct omt {
/** /**
* *
*/ */
...@@ -393,7 +393,7 @@ namespace toku { ...@@ -393,7 +393,7 @@ namespace toku {
return (sizeof *this) + this->capacity * (sizeof this->d.t.nodes[0]); return (sizeof *this) + this->capacity * (sizeof this->d.t.nodes[0]);
} }
private: private:
typedef uint32_t node_idx; typedef uint32_t node_idx;
enum { enum {
NODE_NULL = UINT32_MAX NODE_NULL = UINT32_MAX
...@@ -1004,7 +1004,7 @@ namespace toku { ...@@ -1004,7 +1004,7 @@ namespace toku {
toku_free(*value); toku_free(*value);
return 0; return 0;
} }
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment