aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-25 15:42:35 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-25 20:46:49 +0000
commit11b5c15fdb815a2af400bfddef944dbac41a434a (patch)
treee7217ebcff4d4d9f7f95d0342b6776547e5537c3 /plugins/asn1
parentc55c57ad72acda8cbce2841bc237f966bad5ae5b (diff)
Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'plugins/asn1')
-rw-r--r--plugins/asn1/asn1.c2
-rw-r--r--plugins/asn1/asn1.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/asn1/asn1.c b/plugins/asn1/asn1.c
index 9d6bf9fb51..25e4b780dd 100644
--- a/plugins/asn1/asn1.c
+++ b/plugins/asn1/asn1.c
@@ -417,7 +417,7 @@ asn1_null_decode ( ASN1_SCK *asn1, int enc_len)
asn1->offset += enc_len;
/*
- * Check for integer overflows.
+ * Check for integer overflows.
* XXX - ASN1_ERR_LENGTH_MISMATCH seemed like the most appropriate
* error from the ones available. Should we make a new one?
*/
diff --git a/plugins/asn1/asn1.h b/plugins/asn1/asn1.h
index 49cdbc7317..826ac2fff8 100644
--- a/plugins/asn1/asn1.h
+++ b/plugins/asn1/asn1.h
@@ -55,7 +55,7 @@
#define BER_UNI_TAG_EMBEDDED_PDV 11
#define BER_UNI_TAG_UTF8String 12
#define BER_UNI_TAG_RELATIVE_OID 13
-/* UNIVERSAL 14-15
+/* UNIVERSAL 14-15
* Reserved for future editions of this
* Recommendation | International Standard
*/