diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:32:40 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:32:40 +0200 |
commit | 8caa34394355b10e6e58948b9458317aeb882c7b (patch) | |
tree | 1c1a41fd08481777b5773a8434e0adf09629ffec /lib/ASN1.y | |
parent | bd50a4d730e75804744f45308c4d4dfb40db042d (diff) | |
download | libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.tar.gz libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.tar.bz2 libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.zip |
Indent examples. Fix syntax-check warnings.
Diffstat (limited to 'lib/ASN1.y')
-rw-r--r-- | lib/ASN1.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ type_assig_right_tag_default : type_assig_right_tag {$$=$1;} _asn1_set_down($$,$2);} | type_assig_right_tag OPTIONAL {$$=_asn1_mod_type($1,CONST_OPTION);} ; - + type_assig : IDENTIFIER type_assig_right_tag_default {$$=_asn1_set_name($2,$1);} ; |