Convert spaces to tabs

svn path=/trunk/; revision=42247
This commit is contained in:
pascal 2012-04-25 21:37:10 +00:00
parent e08a45d705
commit e94974887c
1 changed files with 6 additions and 6 deletions

View File

@ -2326,13 +2326,13 @@ protocol or field labels to the proto_tree:
proto_tree_add_bitmask_text(tree, tvb, offset, len, name, fallback,
ett, fields, little_endian, flags);
proto_item *
proto_tree_add_split_bits_item_ret_val(tree, hf_index, tvb, bit_offset,
crumb_spec, return_value);
proto_item *
proto_tree_add_split_bits_item_ret_val(tree, hf_index, tvb, bit_offset,
crumb_spec, return_value);
void
proto_tree_add_split_bits_crumb(tree, hf_index, tvb, bit_offset,
crumb_spec, crumb_index);
void
proto_tree_add_split_bits_crumb(tree, hf_index, tvb, bit_offset,
crumb_spec, crumb_index);
The 'tree' argument is the tree to which the item is to be added. The
'tvb' argument is the tvbuff from which the item's value is being