Commit f8a1af4a authored by Pau Espin Pedrol's avatar Pau Espin Pedrol Committed by Mouse

aper: cosmetic: fix whitespace

Drop spacing and use tabs everywhere.
parent 30219de2
...@@ -169,7 +169,7 @@ aper_put_length(asn_per_outp_t *po, int range, size_t length, int *need_eom) { ...@@ -169,7 +169,7 @@ aper_put_length(asn_per_outp_t *po, int range, size_t length, int *need_eom) {
if (aper_put_align(po) < 0) if (aper_put_align(po) < 0)
return -1; return -1;
if(length <= 127) /* #10.9.3.6 */{ if(length <= 127) { /* #10.9.3.6 */
return per_put_few_bits(po, length, 8) return per_put_few_bits(po, length, 8)
? -1 : (ssize_t)length; ? -1 : (ssize_t)length;
} }
......
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