Update plugin templates
[vpp.git] / build-root / emacs-lisp / fix-coding-style.el
index 579f9c5..0bb6348 100755 (executable)
 (defun fix-vnet-hw-interface-class () (interactive)
        (fix-initializer "VNET_HW_INTERFACE_CLASS *("))
 
+(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-reply-macro2)
        (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)))