summaryrefslogtreecommitdiffstats
path: root/include/util/bf_config.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-09-25 14:42:44 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-09-25 14:42:44 -0400
commitcf5f3bbb0cb58430ed68ad3ebfcefc009e553d71 (patch)
tree4c17bc3169ee195c236cea9c9efda0aef7488e3c /include/util/bf_config.h
parent826c1fff5accbaa6b415acc176a5acbeb5f691b6 (diff)
downloaddynamic-extension-cf5f3bbb0cb58430ed68ad3ebfcefc009e553d71.tar.gz
Code reformatting
Diffstat (limited to 'include/util/bf_config.h')
-rw-r--r--include/util/bf_config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/util/bf_config.h b/include/util/bf_config.h
index 836e452..7d823a7 100644
--- a/include/util/bf_config.h
+++ b/include/util/bf_config.h
@@ -35,6 +35,8 @@ static size_t BF_HASH_FUNCS = 7;
* Adjust the value of BF_HASH_FUNCS. The argument must be on the interval
* (0, INT64_MAX], or the behavior of bloom filters is undefined.
*/
-[[maybe_unused]] static void BF_SET_HASHFUNC(size_t func_cnt) { BF_HASH_FUNCS = func_cnt; }
+[[maybe_unused]] static void BF_SET_HASHFUNC(size_t func_cnt) {
+ BF_HASH_FUNCS = func_cnt;
+}
} // namespace de