summaryrefslogtreecommitdiff
path: root/lib/element.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2013-03-24 10:28:25 +0100
committerSimon Josefsson <simon@josefsson.org>2013-03-24 10:28:25 +0100
commit36f03daf3361187cc556a35dd36761302ccd94d5 (patch)
tree2bab7700940de89f49f038b7f6b093e5590099bf /lib/element.h
parentf36dd027a9002fcd2eec72aa3f445e03b8c7984d (diff)
downloadlibtasn1-36f03daf3361187cc556a35dd36761302ccd94d5.tar.gz
libtasn1-36f03daf3361187cc556a35dd36761302ccd94d5.tar.bz2
libtasn1-36f03daf3361187cc556a35dd36761302ccd94d5.zip
Indent code.
Diffstat (limited to 'lib/element.h')
-rw-r--r--lib/element.h4
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);