aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 17:04:18 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 17:04:18 +0000
commit433ea57e47f898a815f57430f5ec392895fb4f9e (patch)
tree0c7b847b3d33ad1756f74675748e4cd80c13b58d /epan/diam_dict.h
parentdb512010b3ccdf83b2490d980797751fe7b5fad8 (diff)
Remove trailing whitespace
svn path=/trunk/; revision=52407
Diffstat (limited to 'epan/diam_dict.h')
-rw-r--r--epan/diam_dict.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/diam_dict.h b/epan/diam_dict.h
index 4c97213d9c..493896ee9a 100644
--- a/epan/diam_dict.h
+++ b/epan/diam_dict.h
@@ -27,7 +27,7 @@
struct _ddict_namecode_t {
char* name;
guint code;
- struct _ddict_namecode_t* next;
+ struct _ddict_namecode_t* next;
};
typedef struct _ddict_namecode_t ddict_gavp_t;
@@ -38,7 +38,7 @@ typedef struct _ddict_vendor_t {
char* name;
char* desc;
guint code;
- struct _ddict_vendor_t* next;
+ struct _ddict_vendor_t* next;
} ddict_vendor_t;
typedef struct _ddict_avp_t {