Commit 5fc172b7 authored by Yoni Fogel's avatar Yoni Fogel

White space changes

git-svn-id: file:///svn/tokudb@2330 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9cfbaf94
......@@ -156,10 +156,7 @@ int toku_rt_create(toku_range_tree** ptree,
temptree->ranges_len = minlen;
temptree->ranges = (toku_range*)
user_malloc(temptree->ranges_len * sizeof(toku_range));
if (!temptree->ranges) {
r = errno;
goto died1;
}
if (!temptree->ranges) { r = errno; goto died1; }
temptree->malloc = user_malloc;
temptree->free = user_free;
temptree->realloc = user_realloc;
......
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