aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wol.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-21 18:20:44 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-21 18:20:44 +0000
commitca3e8b5d8b89096000310f2d363688a1c9ac120b (patch)
tree1abf5352637d6a1e96d115383310fd86d7e5a69a /epan/dissectors/packet-wol.c
parent2fc3322e827b7bdc805dc75914a30430a91cbfc7 (diff)
'tab-width/tabstop/tabSize' in editor modelines should really always be 8;
Also: In some cases do some whitespace cleanup and some minor reformatting. svn path=/trunk/; revision=41724
Diffstat (limited to 'epan/dissectors/packet-wol.c')
-rw-r--r--epan/dissectors/packet-wol.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-wol.c b/epan/dissectors/packet-wol.c
index 68a16b7671..dadee7046a 100644
--- a/epan/dissectors/packet-wol.c
+++ b/epan/dissectors/packet-wol.c
@@ -88,10 +88,10 @@ static gint ett_wol_macblock = -1;
static int
dissect_wol(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
- guint len;
- gint offset;
- guint8 sync[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
- guint8 *mac;
+ guint len;
+ gint offset;
+ guint8 sync[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
+ guint8 *mac;
const guint8 *passwd;
/* Set up structures needed to add the protocol subtree and manage it */
@@ -352,11 +352,10 @@ proto_reg_handoff_wol(void)
*
* Local variables:
* c-basic-offset: 4
- * tab-width: 4
+ * tab-width: 8
* indent-tabs-mode: nil
* End:
*
- * vi: set shiftwidth=4 tabstop=4 expandtab:
- * :indentSize=4:tabSize=4:noTabs=true:
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
*/
-