summaryrefslogtreecommitdiff
path: root/lib/auth/anon.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/auth/anon.h
parent0fe9cb6842d63761718046cc7dd7eb437e6c5163 (diff)
downloadgnutls-aa5950abab56b011331ad4331409b6ff8efb8aeb.tar.gz
build: re-indent code
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'lib/auth/anon.h')
-rw-r--r--lib/auth/anon.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/auth/anon.h b/lib/auth/anon.h
index 943fda97c6..3a8db4b5b3 100644
--- a/lib/auth/anon.h
+++ b/lib/auth/anon.h
@@ -21,11 +21,11 @@
*/
#ifndef GNUTLS_LIB_AUTH_ANON_H
-# define GNUTLS_LIB_AUTH_ANON_H
+#define GNUTLS_LIB_AUTH_ANON_H
/* this is not to be included by gnutls_anon.c */
-# include <auth.h>
-# include <auth/dh_common.h>
+#include <auth.h>
+#include <auth/dh_common.h>
typedef struct gnutls_anon_server_credentials_st {
gnutls_dh_params_t dh_params;
@@ -49,4 +49,4 @@ typedef struct anon_auth_info_st {
typedef struct anon_auth_info_st anon_auth_info_st;
-#endif /* GNUTLS_LIB_AUTH_ANON_H */
+#endif /* GNUTLS_LIB_AUTH_ANON_H */