indent
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24604 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -517,7 +517,8 @@ decode_type (const char *name, const Type *t, int optional,
|
|||||||
} else {
|
} else {
|
||||||
fprintf(codefile,
|
fprintf(codefile,
|
||||||
"if (e == 0 && %s != %s) { e = ASN1_BAD_ID; }\n",
|
"if (e == 0 && %s != %s) { e = ASN1_BAD_ID; }\n",
|
||||||
typestring, is_primitive_type(t->subtype->type) ? "PRIM" : "CONS");
|
typestring,
|
||||||
|
is_primitive_type(t->subtype->type) ? "PRIM" : "CONS");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(optional) {
|
if(optional) {
|
||||||
|
Reference in New Issue
Block a user