Commit 8c13a834 authored by Evgeniy Isaev's avatar Evgeniy Isaev Committed by Mouse

Removed trailing spaces

parent b5ed2c1f
......@@ -27,7 +27,7 @@ NativeInteger_decode_xer(const asn_codec_ctx_t *opt_codec_ctx,
}
memset(&st, 0, sizeof(st));
rval = INTEGER_decode_xer(opt_codec_ctx, td, &st_ptr,
rval = INTEGER_decode_xer(opt_codec_ctx, td, &st_ptr,
opt_mname, buf_ptr, size);
if(rval.code == RC_OK) {
long l;
......
......@@ -347,9 +347,9 @@ OCTET_STRING_encode_aper(const asn_TYPE_descriptor_t *td,
sizeinunits - csiz->lower_bound, 0);
if(ret) ASN__ENCODE_FAILED;
}
if (csiz->effective_bits > 0 || (st->size > 2)
if (csiz->effective_bits > 0 || (st->size > 2)
|| (csiz->upper_bound > (2 * 8 / unit_bits))
|| (csiz->range_bits != 0))
|| (csiz->range_bits != 0))
{ /* X.691 #16 NOTE 1 for fixed length (<=16 bits) strings*/
if (aper_put_align(po) < 0)
ASN__ENCODE_FAILED;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment