* Fix indent (Tab => 2 Spaces) and add Modelines info

svn path=/trunk/; revision=47414
This commit is contained in:
Alexis La Goutte 2013-02-01 09:22:31 +00:00
parent db66187a16
commit 03e97ee7d3
1 changed files with 163 additions and 151 deletions

View File

@ -626,3 +626,15 @@ proto_reg_handoff_xdmcp(void)
xdmcp_handle = create_dissector_handle(dissect_xdmcp, proto_xdmcp);
dissector_add_uint("udp.port", UDP_PORT_XDMCP, xdmcp_handle);
}
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/