Skip to content

Commit

Permalink
addressing feedback: inconsistency between spaces and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
yabmek-msft committed Dec 9, 2024
1 parent d94ace3 commit 7c48a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/leveldb/c.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ LEVELDB_EXPORT void leveldb_options_set_block_restart_interval(
LEVELDB_EXPORT void leveldb_options_set_max_file_size(leveldb_options_t*,
size_t);
LEVELDB_EXPORT void leveldb_options_set_disable_seek_autocompaction(leveldb_options_t*,
uint8_t);
uint8_t);

enum { leveldb_no_compression = 0, leveldb_snappy_compression = 1 };
LEVELDB_EXPORT void leveldb_options_set_compression(leveldb_options_t*, int);
Expand Down

0 comments on commit 7c48a58

Please sign in to comment.