aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpascal <pascal@localhost>2012-04-25 21:37:10 +0000
committerpascal <pascal@localhost>2012-04-25 21:37:10 +0000
commite94974887cd9ae46c6840d987b7131b4ecde4e59 (patch)
tree523d402b71df81b3a53db2ff2430de2fe82b09bb /doc
parente08a45d705dfa4348dff3d51cde795b2a3d90af9 (diff)
Convert spaces to tabs
svn path=/trunk/; revision=42247
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.developer b/doc/README.developer
index f0561b6075..185b1630ed 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -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