summaryrefslogtreecommitdiff
path: root/lib/auth/anon.h
diff options
context:
space:
mode:
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 */