Skip to content

Commit

Permalink
Add missing whitespace.
Browse files Browse the repository at this point in the history
Summary: Closes facebook#3729

Differential Revision: D7645465

Pulled By: riversand963

fbshipit-source-id: a64da0960fe6c39847ef848b8888fe9a9c1df25d
  • Loading branch information
riversand963 authored and facebook-github-bot committed Apr 17, 2018
1 parent 2c2f388 commit 2ee1496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/db_bench_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ DEFINE_int64(write_buffer_size, rocksdb::Options().write_buffer_size,
DEFINE_int32(max_write_buffer_number,
rocksdb::Options().max_write_buffer_number,
"The number of in-memory memtables. Each memtable is of size"
"write_buffer_size.");
" write_buffer_size bytes.");

DEFINE_int32(min_write_buffer_number_to_merge,
rocksdb::Options().min_write_buffer_number_to_merge,
Expand Down

0 comments on commit 2ee1496

Please sign in to comment.