ci: Update .clang-format from apache-mynewt-core
diff --git a/.clang-format b/.clang-format
index 626746a..193a5f6 100644
--- a/.clang-format
+++ b/.clang-format
@@ -32,6 +32,7 @@
 StatementMacros: ['SLIST_HEAD']
 
 ForEachMacros:
+  - 'LINK_TABLE_FOREACH'
   - 'SLIST_FOREACH'
   - 'SLIST_FOREACH_FROM'
   - 'SLIST_FOREACH_SAFE'