summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/socket.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2023-03-16 16:21:37 +0900
committerDaiki Ueno <ueno@gnu.org>2023-04-24 12:45:45 +0900
commit18345986e29c820e64daced78232f236fd4a4e6e (patch)
tree250234a525dcf2b86c722f32996c31091ab58474 /lib/includes/gnutls/socket.h
parentbc31d879a87cbae0e59227d4d814e92fb57dfada (diff)
downloadgnutls-18345986e29c820e64daced78232f236fd4a4e6e.tar.gz
build: use /* clang-format {on|off} */ annotation
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'lib/includes/gnutls/socket.h')
-rw-r--r--lib/includes/gnutls/socket.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/includes/gnutls/socket.h b/lib/includes/gnutls/socket.h
index 9669e142eb..ccf24a76e8 100644
--- a/lib/includes/gnutls/socket.h
+++ b/lib/includes/gnutls/socket.h
@@ -31,11 +31,9 @@
/* Get socklen_t */
# include <sys/socket.h>
-/* *INDENT-OFF* */
#ifdef __cplusplus
extern "C" {
#endif
-/* *INDENT-ON* */
void gnutls_transport_set_fastopen(gnutls_session_t session,
int fd,
@@ -43,10 +41,8 @@ void gnutls_transport_set_fastopen(gnutls_session_t session,
socklen_t connect_addrlen,
unsigned int flags);
-/* *INDENT-OFF* */
#ifdef __cplusplus
}
#endif
-/* *INDENT-ON* */
#endif /* GNUTLS_SOCKET_H */