aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Burns (alagalah) <alagalah@gmail.com>2016-08-06 11:03:59 -0700
committerDave Barach <openvpp@barachs.net>2016-08-07 16:13:27 +0000
commit5f3ca64a6238dc361c3afe1efc17acf168b03d12 (patch)
tree83eb9fa241c9aefbded00be49fe889d836627aa7
parentff07b87773f1654fec94ea99ad4a1c42022f2349 (diff)
VPP-243 - Coding style changes - updated emacs LISP styleify
Change-Id: I46ae6badcccd14c0e34f1a19187749980baba3ac Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
-rwxr-xr-xbuild-root/emacs-lisp/fix-coding-style.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-root/emacs-lisp/fix-coding-style.el b/build-root/emacs-lisp/fix-coding-style.el
index d79f2d99..3b5ff561 100755
--- a/build-root/emacs-lisp/fix-coding-style.el
+++ b/build-root/emacs-lisp/fix-coding-style.el
@@ -41,6 +41,9 @@
(defun fix-pool-foreach () (interactive)
(fix-initializer "pool_foreach *("))
+(defun fix-pool-foreach-index () (interactive)
+ (fix-initializer "pool_foreach_index *("))
+
(defun fix-hash-foreach () (interactive)
(fix-initializer "hash_foreach *("))
@@ -76,6 +79,7 @@
(defun fd-io-styleify () (interactive)
(fix-pool-foreach)
+ (fix-pool-foreach-index)
(fix-hash-foreach)
(fix-hash-foreach-pair)
(fix-hash-foreach-mem)