fix trailing whitespace
[krb5.git] / src / lib / krb5 / asn.1 / asn1_decode.c
index 8427e95b4eaaed2404d520015dbe834c43d83d5e..94d62eace94dbfa636a0c7294ead964d881b0777 100644 (file)
@@ -269,9 +269,8 @@ asn1_error_code asn1_decode_boolean(asn1buf *buf, unsigned *val)
 
     retval = asn1buf_remove_octet(buf, &bval);
     if (retval) return retval;
+
     *val = (bval != 0x00);
+
     cleanup();
 }
-