VPP-237: Bracket VL_API_PACKED(...) macros, which indent mangles 53/2353/4
authorEd Warnicke <[email protected]>
Thu, 11 Aug 2016 20:30:57 +0000 (13:30 -0700)
committerEd 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

index 4845ace..0bb6348 100755 (executable)
 
 (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
        (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)))