Code Review
/
odp4vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
75f6904
)
VPP-237: Bracket VL_API_PACKED(...) macros, which indent mangles
author
Ed Warnicke
<
[email protected]
>
Thu, 11 Aug 2016 20:30:57 +0000
(13:30 -0700)
committer
Ed Warnicke
<
[email protected]
>
Fri, 12 Aug 2016 18:22:47 +0000
(18:22 +0000)
Change-Id: I208be749350ddb093ecfae149d420f580846c52a
Signed-off-by: Ed Warnicke <
[email protected]
>
build-root/emacs-lisp/fix-coding-style.el
patch
|
blob
|
history
diff --git
a/build-root/emacs-lisp/fix-coding-style.el
b/build-root/emacs-lisp/fix-coding-style.el
index
4845ace
..
0bb6348
100755
(executable)
--- a/
build-root/emacs-lisp/fix-coding-style.el
+++ b/
build-root/emacs-lisp/fix-coding-style.el
@@
-113,6
+113,8
@@
(defun fix-clib-packed () (interactive)
(fix-initializer "CLIB_PACKED *("))
+(defun fix-vl-api-packed () (interactive)
+ (fix-initializer "VL_API_PACKED *("))
;; Driver routine which runs the set of functions
;; defined above, as well as the bottom boilerplate function
@@
-133,6
+135,7
@@
(fix-vnet-device-class)
(fix-vnet-hw-interface-class)
(fix-clib-packed)
+ (fix-vl-api-packed)
(insert-style-boilerplate)
(if (boundp 'indent-offset-list)
(makunbound 'indent-offset-list)))