summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ncp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-12 20:25:53 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-12 20:25:53 +0000
commit394b50d96726e12aeb1b472d35c386e3a02407a2 (patch)
tree304d86c6d04f56fc79be358d256723664e72c6c3 /epan/dissectors/packet-ncp.c
parentebaeed5a1fdb12303cee296bc96ea4fa1e69a005 (diff)
downloadwireshark-394b50d96726e12aeb1b472d35c386e3a02407a2.tar.gz
(Trivial)
tabs --> spaces to match editor modelines; Specify 'tab-width: 8' (not 4) in editor modelines; svn path=/trunk/; revision=53979
Diffstat (limited to 'epan/dissectors/packet-ncp.c')
-rw-r--r--epan/dissectors/packet-ncp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ncp.c b/epan/dissectors/packet-ncp.c
index 59177b03b5..6fce19d269 100644
--- a/epan/dissectors/packet-ncp.c
+++ b/epan/dissectors/packet-ncp.c
@@ -862,7 +862,7 @@ static int
dissect_ncp_tcp_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
{
dissect_ncp_common(tvb, pinfo, tree, TRUE);
- return tvb_length(tvb);
+ return tvb_length(tvb);
}
static int
@@ -870,7 +870,7 @@ dissect_ncp_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
{
tcp_dissect_pdus(tvb, pinfo, tree, ncp_desegment, 8, get_ncp_pdu_len,
dissect_ncp_tcp_pdu, data);
- return tvb_length(tvb);
+ return tvb_length(tvb);
}
void
@@ -1122,11 +1122,11 @@ proto_reg_handoff_ncp(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:
*/