aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/minitasn1/parser_aux.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
commit705bb243b0edb4fecdab4e892f4e1cc130d36505 (patch)
tree33f2577244e56c225ecd2d1fad3c98b545c90213 /src/daemon/https/minitasn1/parser_aux.h
parentd8e2c71150f270efa38e40a33c8dda133349d231 (diff)
downloadlibmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.tar.gz
libmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.zip
indentation
Diffstat (limited to 'src/daemon/https/minitasn1/parser_aux.h')
-rw-r--r--src/daemon/https/minitasn1/parser_aux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/minitasn1/parser_aux.h b/src/daemon/https/minitasn1/parser_aux.h
index ae54c3be..4437fb19 100644
--- a/src/daemon/https/minitasn1/parser_aux.h
+++ b/src/daemon/https/minitasn1/parser_aux.h
@@ -9,7 +9,7 @@
9node_asn *MHD__asn1_add_node (unsigned int type); 9node_asn *MHD__asn1_add_node (unsigned int type);
10 10
11node_asn *MHD__asn1_set_value (node_asn * node, const void *value, 11node_asn *MHD__asn1_set_value (node_asn * node, const void *value,
12 unsigned int len); 12 unsigned int len);
13 13
14node_asn *MHD__asn1_set_name (node_asn * node, const char *name); 14node_asn *MHD__asn1_set_name (node_asn * node, const char *name);
15 15