diff options
author | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:28:25 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:28:25 +0100 |
commit | 36f03daf3361187cc556a35dd36761302ccd94d5 (patch) | |
tree | 2bab7700940de89f49f038b7f6b093e5590099bf /lib/element.h | |
parent | f36dd027a9002fcd2eec72aa3f445e03b8c7984d (diff) | |
download | libtasn1-36f03daf3361187cc556a35dd36761302ccd94d5.tar.gz libtasn1-36f03daf3361187cc556a35dd36761302ccd94d5.tar.bz2 libtasn1-36f03daf3361187cc556a35dd36761302ccd94d5.zip |
Indent code.
Diffstat (limited to 'lib/element.h')
-rw-r--r-- | lib/element.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/element.h b/lib/element.h index 3bd38bb..6e166dd 100644 --- a/lib/element.h +++ b/lib/element.h @@ -26,8 +26,8 @@ int _asn1_append_sequence_set (asn1_node node); int _asn1_convert_integer (const unsigned char *value, - unsigned char *value_out, - int value_out_size, int *len); + unsigned char *value_out, + int value_out_size, int *len); void _asn1_hierarchical_name (asn1_node node, char *name, int name_size); |