aboutsummaryrefslogtreecommitdiff
path: root/src/gnutls/check_record_pending.c
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/gnutls/check_record_pending.c
parentcbbfd0591fc639ddd21a5850f54f403fb7394174 (diff)
downloadlibmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.tar.gz
libmicrohttpd-972103dc288e2a2396e060018e7c3733f29a940d.zip
applying uncrustify to ensure uniform indentation
Diffstat (limited to 'src/gnutls/check_record_pending.c')
-rw-r--r--src/gnutls/check_record_pending.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gnutls/check_record_pending.c b/src/gnutls/check_record_pending.c
index e688f2b7..2069ca0a 100644
--- a/src/gnutls/check_record_pending.c
+++ b/src/gnutls/check_record_pending.c
@@ -1,6 +1,6 @@
1 enum MHD_Bool 1enum MHD_Bool
2 (*check_record_pending)(void *cls, 2(*check_record_pending)(void *cls,
3 struct MHD_TLS_ConnectionState *cs); 3 struct MHD_TLS_ConnectionState *cs);
4 4
5see: 5see:
6gnutls_record_check_pending (connection->tls_session) 6gnutls_record_check_pending (connection->tls_session)