Commit 24b3a029 authored by Mouse's avatar Mouse

Fix indentation to pacify CI C compiler

parent 04d72eb0
......@@ -40,7 +40,7 @@ INTEGER_encode_der(const asn_TYPE_descriptor_t *td, const void *sptr,
*/
switch(*buf) {
case 0x00:
if((buf[1] & 0x80) == 0) continue;
if((buf[1] & 0x80) == 0) continue;
break;
case 0xff:
if((buf[1] & 0x80)) continue;
......
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