summaryrefslogtreecommitdiff
path: root/lib/ext/server_name.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2023-04-24 12:39:42 +0900
committerDaiki Ueno <ueno@gnu.org>2023-04-24 12:45:46 +0900
commitaa5950abab56b011331ad4331409b6ff8efb8aeb (patch)
treead363fb38e8b65c942876641cda9c76caa13b498 /lib/ext/server_name.h
parent0fe9cb6842d63761718046cc7dd7eb437e6c5163 (diff)
downloadgnutls-aa5950abab56b011331ad4331409b6ff8efb8aeb.tar.gz
build: re-indent code
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'lib/ext/server_name.h')
-rw-r--r--lib/ext/server_name.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ext/server_name.h b/lib/ext/server_name.h
index 4730aa444b..b5cdd0ea53 100644
--- a/lib/ext/server_name.h
+++ b/lib/ext/server_name.h
@@ -22,12 +22,12 @@
*/
#ifndef GNUTLS_LIB_EXT_SERVER_NAME_H
-# define GNUTLS_LIB_EXT_SERVER_NAME_H
+#define GNUTLS_LIB_EXT_SERVER_NAME_H
-# include <hello_ext.h>
+#include <hello_ext.h>
extern const hello_ext_entry_st ext_mod_server_name;
unsigned _gnutls_server_name_matches_resumed(gnutls_session_t);
-#endif /* GNUTLS_LIB_EXT_SERVER_NAME_H */
+#endif /* GNUTLS_LIB_EXT_SERVER_NAME_H */