VPP-237: Bracket VL_API_PACKED(...) macros, which indent mangles
Change-Id: I208be749350ddb093ecfae149d420f580846c52a Signed-off-by: Ed Warnicke <eaw@cisco.com>
This commit is contained in:
@ -113,6 +113,8 @@
|
|||||||
|
|
||||||
(defun fix-clib-packed () (interactive)
|
(defun fix-clib-packed () (interactive)
|
||||||
(fix-initializer "CLIB_PACKED *("))
|
(fix-initializer "CLIB_PACKED *("))
|
||||||
|
(defun fix-vl-api-packed () (interactive)
|
||||||
|
(fix-initializer "VL_API_PACKED *("))
|
||||||
|
|
||||||
;; Driver routine which runs the set of functions
|
;; Driver routine which runs the set of functions
|
||||||
;; defined above, as well as the bottom boilerplate function
|
;; defined above, as well as the bottom boilerplate function
|
||||||
@ -133,6 +135,7 @@
|
|||||||
(fix-vnet-device-class)
|
(fix-vnet-device-class)
|
||||||
(fix-vnet-hw-interface-class)
|
(fix-vnet-hw-interface-class)
|
||||||
(fix-clib-packed)
|
(fix-clib-packed)
|
||||||
|
(fix-vl-api-packed)
|
||||||
(insert-style-boilerplate)
|
(insert-style-boilerplate)
|
||||||
(if (boundp 'indent-offset-list)
|
(if (boundp 'indent-offset-list)
|
||||||
(makunbound 'indent-offset-list)))
|
(makunbound 'indent-offset-list)))
|
||||||
|
Reference in New Issue
Block a user