From: Keith Burns (alagalah) Date: Thu, 4 Aug 2016 16:27:23 +0000 (-0700) Subject: Update coding style for hash_foreach_mem X-Git-Tag: v16.09-rc1~78 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=114e8a91a0f18a6c622e71835faba79244707072;p=vpp.git Update coding style for hash_foreach_mem Change-Id: I2f336331463cedb2703150b003761e5c6e4431e8 Signed-off-by: Keith Burns (alagalah) --- diff --git a/build-root/emacs-lisp/fix-coding-style.el b/build-root/emacs-lisp/fix-coding-style.el index 200c9ab3219..6010ac28244 100755 --- a/build-root/emacs-lisp/fix-coding-style.el +++ b/build-root/emacs-lisp/fix-coding-style.el @@ -47,6 +47,9 @@ (defun fix-hash-foreach-pair () (interactive) (fix-initializer "hash_foreach_pair *(")) +(defun fix-hash-foreach-mem () (interactive) + (fix-initializer "hash_foreach_mem *(")) + (defun fix-clib-fifo-foreach () (interactive) (fix-initializer "clib_fifo_foreach *(")) @@ -73,6 +76,7 @@ (fix-pool-foreach) (fix-hash-foreach) (fix-hash-foreach-pair) + (fix-hash-foreach-mem) (fix-foreach-ip-interface-address) (fix-clib-fifo-foreach) (fix-clib-bitmap-foreach)