Fix indentation.

svn path=/trunk/; revision=35329
This commit is contained in:
Guy Harris 2011-01-02 19:53:48 +00:00
parent 742915eca5
commit 97e4949828
1 changed files with 1 additions and 1 deletions

View File

@ -1442,7 +1442,7 @@ proto_tree_new_item(field_info *new_fi, proto_tree *tree,
proto_tree_set_string(new_fi, string);
break;
case FT_EBCDIC:
case FT_EBCDIC:
proto_tree_set_ebcdic_string_tvb(new_fi, tvb, start, length);
break;