aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection_https.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-17 16:56:41 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-17 16:56:41 +0200
commit972103dc288e2a2396e060018e7c3733f29a940d (patch)
treeaeb0b3a182d5168f12752928d3204342c9581e91 /src/microhttpd/connection_https.h
parentcbbfd0591fc639ddd21a5850f54f403fb7394174 (diff)
downloadlibmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.tar.gz
libmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.zip
applying uncrustify to ensure uniform indentation
Diffstat (limited to 'src/microhttpd/connection_https.h')
-rw-r--r--src/microhttpd/connection_https.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.h b/src/microhttpd/connection_https.h
index e91a84d3..142c8da8 100644
--- a/src/microhttpd/connection_https.h
+++ b/src/microhttpd/connection_https.h
@@ -35,7 +35,7 @@
35 * 35 *
36 * @param connection which callbacks should be modified 36 * @param connection which callbacks should be modified
37 */ 37 */
38void 38void
39MHD_set_https_callbacks (struct MHD_Connection *connection); 39MHD_set_https_callbacks (struct MHD_Connection *connection);
40 40
41 41