Commit 657185c8 authored by Rich Prohaska's avatar Rich Prohaska

remove tabs from examples

parent 550d331f
...@@ -390,7 +390,6 @@ static void serial_insert_from (long long from) { ...@@ -390,7 +390,6 @@ static void serial_insert_from (long long from) {
r=db->put(db, tid, fill_dbt(&k, "a", 1), fill_dbt(&v, "b", 1), put_flags); r=db->put(db, tid, fill_dbt(&k, "a", 1), fill_dbt(&v, "b", 1), put_flags);
CKERR(r); CKERR(r);
} }
} }
for (i=0; i<items_per_iteration; i++) { for (i=0; i<items_per_iteration; i++) {
insert((from+i)*SERIAL_SPACING); insert((from+i)*SERIAL_SPACING);
......
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