aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-16 09:12:39 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-16 09:12:39 +0000
commit8de3d3ce24ae374eb7f61e23ea29bf02f80393e6 (patch)
treec89fde7467dd7532e63316b8f427d44b8b84c367 /epan/asn1.h
parentb987ffb3bf7e822236cfdbb04c8b22a907c9ad0e (diff)
Removed some TAB's.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33810 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/asn1.h')
-rw-r--r--epan/asn1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/asn1.h b/epan/asn1.h
index 5d0c9e306c..743a28bbd6 100644
--- a/epan/asn1.h
+++ b/epan/asn1.h
@@ -101,7 +101,7 @@ typedef struct _asn1_ctx_t {
tvbuff_t *arbitrary;
union {
struct {
- int (*ber_callback)(gboolean imp_tag, tvbuff_t *tvb, int offset, struct _asn1_ctx_t* ,proto_tree *tree, int hf_index );
+ int (*ber_callback)(gboolean imp_tag, tvbuff_t *tvb, int offset, struct _asn1_ctx_t* ,proto_tree *tree, int hf_index );
} ber;
struct {
int (*type_cb)(tvbuff_t*, int, struct _asn1_ctx_t*, proto_tree*, int);
@@ -127,7 +127,7 @@ typedef struct _asn1_ctx_t {
tvbuff_t *data_value;
union {
struct {
- int (*ber_callback)(gboolean imp_tag, tvbuff_t *tvb, int offset, struct _asn1_ctx_t* ,proto_tree *tree, int hf_index );
+ int (*ber_callback)(gboolean imp_tag, tvbuff_t *tvb, int offset, struct _asn1_ctx_t* ,proto_tree *tree, int hf_index );
} ber;
struct {
int (*type_cb)(tvbuff_t*, int, struct _asn1_ctx_t*, proto_tree*, int);