Fix indent (Use 4 spaces and modelines info)

Change-Id: If816b474634dd72ad75931e8803ba1bdfb6b1143
Reviewed-on: https://code.wireshark.org/review/165
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-02-10 23:11:11 +01:00
parent 48d421ec99
commit 80e807fef7
1 changed files with 12 additions and 0 deletions

View File

@ -147,3 +147,15 @@ proto_reg_handoff_aruba_erm(void)
dissector_add_uint_range("udp.port", aruba_erm_port_range, aruba_erm_handle);
}
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/