summaryrefslogtreecommitdiff
path: root/lib/ext/ext_master_secret.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/ext_master_secret.h
parent0fe9cb6842d63761718046cc7dd7eb437e6c5163 (diff)
downloadgnutls-aa5950abab56b011331ad4331409b6ff8efb8aeb.tar.gz
build: re-indent code
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'lib/ext/ext_master_secret.h')
-rw-r--r--lib/ext/ext_master_secret.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ext/ext_master_secret.h b/lib/ext/ext_master_secret.h
index ad807b8469..45d38178bd 100644
--- a/lib/ext/ext_master_secret.h
+++ b/lib/ext/ext_master_secret.h
@@ -21,13 +21,13 @@
*/
#ifndef GNUTLS_LIB_EXT_EXT_MASTER_SECRET_H
-# define GNUTLS_LIB_EXT_EXT_MASTER_SECRET_H
+#define GNUTLS_LIB_EXT_EXT_MASTER_SECRET_H
/* Keep backward compatibility */
-# define GNUTLS_NO_EXTENSIONS GNUTLS_NO_DEFAULT_EXTENSIONS
+#define GNUTLS_NO_EXTENSIONS GNUTLS_NO_DEFAULT_EXTENSIONS
-# include <hello_ext.h>
+#include <hello_ext.h>
extern const hello_ext_entry_st ext_mod_ext_master_secret;
-#endif /* GNUTLS_LIB_EXT_EXT_MASTER_SECRET_H */
+#endif /* GNUTLS_LIB_EXT_EXT_MASTER_SECRET_H */