aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atmtcp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-12 20:16:30 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-12 20:16:30 +0000
commitebaeed5a1fdb12303cee296bc96ea4fa1e69a005 (patch)
tree7e051de494d09687059ab9eed8bd9a2ca977a2f5 /epan/dissectors/packet-atmtcp.c
parente14b04c20f1f3274db9fbf9470e148d6b3d6d582 (diff)
(Trivial)
- Fix indentation to match editor modelines (tabs-->spaces); - Rework/add some whitespace; svn path=/trunk/; revision=53978
Diffstat (limited to 'epan/dissectors/packet-atmtcp.c')
-rw-r--r--epan/dissectors/packet-atmtcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-atmtcp.c b/epan/dissectors/packet-atmtcp.c
index 23af488242..2353eb4814 100644
--- a/epan/dissectors/packet-atmtcp.c
+++ b/epan/dissectors/packet-atmtcp.c
@@ -92,7 +92,7 @@ dissect_atmtcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _
length = tvb_get_ntohl(tvb, offset);
if(length == ATMTCP_HDR_MAGIC)
{
- col_append_str(pinfo->cinfo, COL_INFO, " Command");
+ col_append_str(pinfo->cinfo, COL_INFO, " Command");
}
else
{