summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-17 11:19:35 +0200
committerThomas Haller <thaller@redhat.com>2021-08-17 19:56:38 +0200
commit9c99c948fd8c3c72b09d8de56f5424ef32061794 (patch)
tree280568a6ef363038edc7e6b1c83875c27f3c841f /.clang-format
parent53070705b0f033aed4c7891b7e0eb19534c1c8d7 (diff)
downloadNetworkManager-9c99c948fd8c3c72b09d8de56f5424ef32061794.tar.gz
platform: add nmp_cache_iter_for_each_reverse() helper
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index ebb662e482..110ff05f23 100644
--- a/.clang-format
+++ b/.clang-format
@@ -120,4 +120,5 @@ ForEachMacros: ['c_list_for_each',
'nm_platform_iter_obj_for_each',
'nmp_cache_iter_for_each',
'nmp_cache_iter_for_each_link',
+ 'nmp_cache_iter_for_each_reverse',
]