Tiny indentation fix.

svn path=/trunk/; revision=52188
This commit is contained in:
Evan Huus 2013-09-23 12:09:58 +00:00
parent f1ba7e1095
commit 2a1175c963
1 changed files with 2 additions and 2 deletions

View File

@ -1731,8 +1731,8 @@ static int dissect_cops_pr_object_data(tvbuff_t *tvb, packet_info *pinfo, guint3
break;
case FT_STRING:
proto_tree_add_item(asn_tree,hfid,tvb,offset,ber_length,ENC_ASCII|ENC_NA);
break;
proto_tree_add_item(asn_tree,hfid,tvb,offset,ber_length,ENC_ASCII|ENC_NA);
break;
default:
proto_tree_add_item(asn_tree,hfid,tvb,offset,ber_length,ENC_NA);