Skip to content
Snippets Groups Projects
Commit c70c2ef1 authored by Lev Walkin's avatar Lev Walkin
Browse files

removed unnecessary newline

parent afcd6dfb
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 19 deletions
......@@ -31,6 +31,7 @@ static int asn1print_expr(asn1p_t *asn, asn1p_module_t *mod, asn1p_expr_t *tc, e
int
asn1print(asn1p_t *asn, enum asn1print_flags flags) {
asn1p_module_t *mod;
int modno = 0;
if(asn == NULL) {
errno = EINVAL;
......@@ -38,6 +39,7 @@ asn1print(asn1p_t *asn, enum asn1print_flags flags) {
}
TQ_FOR(mod, &(asn->modules), mod_next) {
if(modno++) printf("\n");
asn1print_module(asn, mod, flags);
}
......@@ -48,7 +50,7 @@ static int
asn1print_module(asn1p_t *asn, asn1p_module_t *mod, enum asn1print_flags flags) {
asn1p_expr_t *tc;
printf("\n%s ", mod->Identifier);
printf("%s ", mod->Identifier);
if(mod->module_oid) {
asn1print_oid(mod->module_oid, flags);
printf("\n");
......
ModuleTestEnum2 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
4 }
......
ModuleTestInt1 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
7 }
......
ModuleTestResolver2 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
14 1 }
......
ModuleTestConstraint {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
16 }
......
ModuleTestParam {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
19 }
......
ModuleTestConstr {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
20 }
......
ModuleTestTags1 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
21 1 }
......
ModuleTestTags3 {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
22 }
......
ModuleTestBitString {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
23 }
......
ModuleTestSequence {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
24 }
......
ModuleTestSetOfSimple {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
31 }
......
ModuleTestSequenceSimple {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
32 }
......
ModuleTestClassSimple {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
34 }
......
ModuleTestIndirectChoiceFine {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
37 }
......
ModuleLAPStorage {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
42 }
......
ModuleKnownExternType {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
45 }
......
ModuleSetChoiceExtensibility {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
49 }
......
No preview for this file type
ModuleTestComponentsOf {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
55 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment