IPMI Update: Add modelines info

Change-Id: I5edf987e0df4c1d363d29ef4b48d901873c1c817
Reviewed-on: https://code.wireshark.org/review/3649
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-08-15 18:53:05 +02:00 committed by Anders Broman
parent 762e762668
commit ae6c433f0c
1 changed files with 13 additions and 0 deletions

View File

@ -45,3 +45,16 @@ proto_register_ipmi_update(void)
ipmi_register_netfn_cmdtab(IPMI_UPDATE_REQ, IPMI_OEM_PPS, NULL, 0, NULL,
cmd_update, array_length(cmd_update));
}
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8
* tab-width: 8
* indent-tabs-mode: t
* End:
*
* vi: set shiftwidth=8 tabstop=8 noexpandtab:
* :indentSize=8:tabSize=8:noTabs=false:
*/