summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-17 17:03:56 +0200
committerThomas Haller <thaller@redhat.com>2021-05-18 09:41:55 +0200
commit75a64dd199425dc6de6bf79f78b6a0ed5c7c49a8 (patch)
tree117f9f5317a29300ceae4f2c8db0afcbccf5a02d /.clang-format
parent4d929cc023638437b21d190daea9c5429c0da3f0 (diff)
downloadNetworkManager-75a64dd199425dc6de6bf79f78b6a0ed5c7c49a8.tar.gz
core: add nm_l3_config_data_iter_ip_{address,route}_for_each() helpers
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 13c9899c60..8538f3dfe8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -105,9 +105,11 @@ ForEachMacros: ['c_list_for_each',
'nm_ip_config_iter_ip_route_for_each',
'nm_json_array_foreach',
'nm_json_object_foreach',
+ 'nm_l3_config_data_iter_ip_address_for_each',
'nm_l3_config_data_iter_ip4_address_for_each',
- 'nm_l3_config_data_iter_ip4_route_for_each',
'nm_l3_config_data_iter_ip6_address_for_each',
+ 'nm_l3_config_data_iter_ip_route_for_each',
+ 'nm_l3_config_data_iter_ip4_route_for_each',
'nm_l3_config_data_iter_ip6_route_for_each',
'nm_l3_config_data_iter_obj_for_each',
'nm_manager_for_each_active_connection',