smb2: add editor modelines in header

Change-Id: Idc2ef8b47a6310afcde702da26a70613d839ae66
Reviewed-on: https://code.wireshark.org/review/36182
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Aurelien Aptel 2020-02-25 16:41:09 +01:00 committed by Anders Broman
parent 5608e07641
commit 12b8144dfc
1 changed files with 13 additions and 0 deletions

View File

@ -220,3 +220,16 @@ int dissect_smb2_ioctl_function(tvbuff_t *tvb, packet_info *pinfo, proto_tree *p
void dissect_smb2_ioctl_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree *top_tree, guint32 ioctl_function, gboolean data_in, void *private_data);
#endif
/*
* Editor modelines - https://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:
*/