aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-08-16 09:12:39 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-08-16 09:12:39 +0000
commit3b07f8f423121c89df538e62308a6d258138ecb1 (patch)
treec89fde7467dd7532e63316b8f427d44b8b84c367 /epan
parent8f4b929469eafbb4c0467248c7291ead093c7d83 (diff)
Removed some TAB's.
svn path=/trunk/; revision=33810
Diffstat (limited to 'epan')
-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);