diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-10 13:57:37 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-11 14:08:56 +0900 |
commit | d2e061fd97071134a844d8e7ab20319070e529a6 (patch) | |
tree | 20605efa4afd803779c357559c83cc5e9f860e05 /.clang-format | |
parent | c5afb99d67204f248db359d4130ea8eb3e4bede3 (diff) |
add pool strcture and move src list to pool
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 0b172be..7779e21 100644 --- a/.clang-format +++ b/.clang-format @@ -689,6 +689,8 @@ ForEachMacros: - 'xbc_node_for_each_key_value' - 'xbc_node_for_each_subkey' - 'zorro_for_each_dev' + - 'pool_iter_for_each' + - 'pool_for_each' IncludeBlocks: Preserve IncludeCategories: |