diff options
author | Rob Austein <sra@hactrn.net> | 2016-05-14 12:01:37 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-05-14 12:01:37 -0400 |
commit | b1225c11f89dad1a749b6572e50e5e5fce5234e8 (patch) | |
tree | 9a48533db312fcb73d1c922851a6b51c3299b8e7 /asn1.c | |
parent | c861f7d2f3c5f69c02a633c51113518b70eedc27 (diff) |
Trailing whitespace cleanup.
Diffstat (limited to 'asn1.c')
-rw-r--r-- | asn1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -339,7 +339,7 @@ hal_error_t hal_asn1_decode_spki(const uint8_t **alg_oid, size_t *alg_oid_len, *curve_oid = NULL; *curve_oid_len = 0; - + if (d < algid_end) { switch (*d) { |