PKISolutions/Asn1Editor.WPF

TextViewer Certutil mode comments are not always aligned

Opened this issue · 0 comments

For example:

00e1:    |  |           47 6f 20 44 61 64 64 79  20 43 6c 61 73 73 20 32  ; Go Daddy Class 2
00f1:    |  |           20 43 65 72 74 69 66 69  63 61 74 69 6f 6e 20 41   ; Certification A
0101:    |  |           75 74 68 6f 72 69 74 79                           ; uthority

has extra space before semicolon, but should be after semicolon:

00e1:    |  |           47 6f 20 44 61 64 64 79  20 43 6c 61 73 73 20 32  ; Go Daddy Class 2
00f1:    |  |           20 43 65 72 74 69 66 69  63 61 74 69 6f 6e 20 41  ;  Certification A
0101:    |  |           75 74 68 6f 72 69 74 79                           ; uthority